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