Files
convex-monorepo/apps/nextjs/src/app/api/auth/[...all]/route.ts
T
2025-10-28 10:57:53 -05:00

5 lines
106 B
TypeScript

import { auth } from "~/auth/server";
export const GET = auth.handler;
export const POST = auth.handler;