Files
2025-04-20 18:19:43 +02:00

3 lines
118 B
TypeScript

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