mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 12:34:17 +00:00
add branches to releases
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { branchesRouter } from '@/server/api/routers/branches'
|
||||
import { discord_router } from '@/server/api/routers/discord'
|
||||
import { history_router } from '@/server/api/routers/history'
|
||||
import { leaderboard_router } from '@/server/api/routers/leaderboard'
|
||||
@@ -11,6 +12,7 @@ import { createCallerFactory, createTRPCRouter } from '@/server/api/trpc'
|
||||
* All routers added in /api/routers should be manually added here.
|
||||
*/
|
||||
export const appRouter = createTRPCRouter({
|
||||
branches: branchesRouter,
|
||||
history: history_router,
|
||||
discord: discord_router,
|
||||
leaderboard: leaderboard_router,
|
||||
|
||||
Reference in New Issue
Block a user