demo/app/api/auth/[...nextauth]/route.ts
2026-04-23 22:36:59 +02:00

2 lines
72 B
TypeScript

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