Auth in progress
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import { router } from "@/server/trpc"
|
||||
import { childRouter } from "./routers/child"
|
||||
import { authRouter } from "./routers/auth"
|
||||
|
||||
|
||||
|
||||
export const appRouter = router({
|
||||
child: childRouter,
|
||||
auth: authRouter,
|
||||
})
|
||||
|
||||
// Export type helper
|
||||
|
||||
Reference in New Issue
Block a user