aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/apiKeys.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/routers/apiKeys.ts')
-rw-r--r--packages/trpc/routers/apiKeys.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/trpc/routers/apiKeys.ts b/packages/trpc/routers/apiKeys.ts
index c55dc095..eb52189b 100644
--- a/packages/trpc/routers/apiKeys.ts
+++ b/packages/trpc/routers/apiKeys.ts
@@ -2,8 +2,8 @@ import { TRPCError } from "@trpc/server";
import { and, eq } from "drizzle-orm";
import { z } from "zod";
-import { apiKeys } from "@hoarder/db/schema";
-import serverConfig from "@hoarder/shared/config";
+import { apiKeys } from "@karakeep/db/schema";
+import serverConfig from "@karakeep/shared/config";
import {
authenticateApiKey,