2024-09-08 17:24:43 +08:00

4 lines
119 B
TypeScript

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