Files
terassteak/app/api/auth/[...nextauth]/route.ts
T
2026-06-17 15:58:02 +03:00

4 lines
77 B
TypeScript

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