Files
money/app/api/auth/[...auth]+api.ts
2025-10-12 16:03:28 -04:00

5 lines
110 B
TypeScript

import { auth } from "@/lib/auth";
const handler = auth.handler;
export { handler as GET, handler as POST };