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