mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 12:34:17 +00:00
update stream card, update leaderboards on match finished webhook
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { discord_router } from '@/server/api/routers/discord'
|
||||
import { history_router } from '@/server/api/routers/history'
|
||||
import { leaderboard_router } from '@/server/api/routers/leaderboard'
|
||||
import { playerStateRouter } from '@/server/api/routers/player-state'
|
||||
import { createCallerFactory, createTRPCRouter } from '@/server/api/trpc'
|
||||
|
||||
/**
|
||||
@@ -12,6 +13,7 @@ export const appRouter = createTRPCRouter({
|
||||
history: history_router,
|
||||
discord: discord_router,
|
||||
leaderboard: leaderboard_router,
|
||||
playerState: playerStateRouter,
|
||||
})
|
||||
|
||||
// export type definition of API
|
||||
|
||||
Reference in New Issue
Block a user