nezha_dash/app/api/auth/[...nextauth]/route.ts
2024-10-20 15:42:05 +08:00

2 lines
115 B
TypeScript

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