Files
2025-09-09 00:15:08 +00:00

3 lines
147 B
JavaScript

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