Files
aystone-manager/app/api/auth/[...nextauth]/route.ts
T

3 lines
74 B
TypeScript
Raw Normal View History

2025-07-29 05:15:33 +02:00
import { handlers } from "@/auth";
export const { GET, POST } = handlers;