nest-trpc-prisma-starter/apps/web/app/auth/[...nextauth]/route.ts
2024-04-26 02:12:44 +08:00

2 lines
71 B
TypeScript

import { handlers } from '~/auth'
export const { GET, POST } = handlers