nest-trpc-prisma-starter/apps/web/app/auth/[...nextauth]/route.ts

2 lines
71 B
TypeScript
Raw Normal View History

2024-04-25 18:12:44 +00:00
import { handlers } from '~/auth'
export const { GET, POST } = handlers