titles/app/api/auth/[...nextauth]/route.ts
christian fab52dbfaf
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
working in development
2024-05-16 23:23:10 +02:00

4 lines
117 B
TypeScript

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