Files
ef_front/app/api/auth/[...nextauth]/route.js

3 lines
147 B
JavaScript
Raw Normal View History

2025-09-09 00:15:08 +00:00
export const runtime = 'nodejs'
2025-09-07 22:57:43 +00:00
import { handlers } from "@/auth" // Referring to the auth.ts we just created
export const { GET, POST } = handlers