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

5 lines
106 B
TypeScript

import { handlers } from "@/auth";
export const runtime = "edge";
export const { GET, POST } = handlers;