mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-10 21:09:51 +02:00
Added import statement to fix typescript error (#2138)
This commit is contained in:
parent
1c10f54294
commit
2ab192933b
@ -1,3 +1,5 @@
|
||||
import { APIKeyArgs, APIKey } from "./types";
|
||||
|
||||
export const createApiKey = async (apiKeyArgs: APIKeyArgs) => {
|
||||
return fetch("/api/admin/api-key", {
|
||||
method: "POST",
|
||||
|
Loading…
x
Reference in New Issue
Block a user