server
Some checks failed
Deploy / deploy (push) Failing after 9s

This commit is contained in:
Никита Круглицкий
2025-10-09 23:51:17 +06:00
parent d5915a9d40
commit 7b4be60099
6 changed files with 56 additions and 31 deletions

View File

@@ -1,8 +1,10 @@
import { router } from '../router'
import { authRouter } from './auth'
import { webrtcRouter } from './webrtc'
export const appRouter = router({
auth: authRouter,
webrtc: webrtcRouter,
})
export type AppRouter = typeof appRouter