nezha_dash/app/api/auth/[...nextauth]/route.ts
2024-12-12 16:28:51 +08:00

6 lines
107 B
TypeScript

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