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

7 lines
151 B
TypeScript

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