Files
ef_front/app/api/auth/[...nextauth]/route.js
2025-09-07 22:57:43 +00:00

2 lines
115 B
JavaScript

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