nezha_dash/app/api/auth/[...nextauth]/route.ts
2024-11-01 10:03:31 +08:00

8 lines
152 B
TypeScript

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