titles/app/api/auth/[...nextauth]/route.ts
christian 82fa5d0024
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m36s
added signin button.
keep getting redirect url error
2024-05-16 21:58:14 +02:00

3 lines
116 B
TypeScript

import { handlers } from "@/auth" // Referring to the auth.ts we just created
export const { GET, POST } = handlers