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

6 lines
150 B
TypeScript

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