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

5 lines
119 B
TypeScript

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