Skip to content

Commit 72460ad

Browse files
committed
missing trpc route added for the api keys
1 parent d1ad4ea commit 72460ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { createNextApiHandler } from "@calcom/trpc/server/createNextApiHandler";
2+
import { apiKeysRouter } from "@calcom/trpc/server/routers/viewer/apiKeys/_router";
3+
4+
export default createNextApiHandler(apiKeysRouter);

0 commit comments

Comments
 (0)