We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ad4ea commit 72460adCopy full SHA for 72460ad
1 file changed
apps/web/pages/api/trpc/apiKeys/[trpc].ts
@@ -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