nezha_dash/app/api/auth/[...nextauth]/route.ts
2024-10-21 00:29:29 +08:00

5 lines
148 B
TypeScript

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