Files
void-sentinel/web/app/api/auth/[...nextauth]/route.ts

3 lines
116 B
TypeScript

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