From 333d1610fad10e70759545f223959503288a02c6 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 10 Jul 2025 19:34:31 +0000 Subject: feat: Add invite user support --- packages/trpc/routers/_app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/trpc/routers/_app.ts') diff --git a/packages/trpc/routers/_app.ts b/packages/trpc/routers/_app.ts index e09f959e..54335da3 100644 --- a/packages/trpc/routers/_app.ts +++ b/packages/trpc/routers/_app.ts @@ -5,6 +5,7 @@ import { assetsAppRouter } from "./assets"; import { bookmarksAppRouter } from "./bookmarks"; import { feedsAppRouter } from "./feeds"; import { highlightsAppRouter } from "./highlights"; +import { invitesAppRouter } from "./invites"; import { listsAppRouter } from "./lists"; import { promptsAppRouter } from "./prompts"; import { publicBookmarks } from "./publicBookmarks"; @@ -26,6 +27,7 @@ export const appRouter = router({ webhooks: webhooksAppRouter, assets: assetsAppRouter, rules: rulesAppRouter, + invites: invitesAppRouter, publicBookmarks: publicBookmarks, }); // export type definition of API -- cgit v1.3-1-g0d28