Files
2026-06-07 03:58:32 -04:00

5 lines
156 B
TypeScript

import { toNextJsHandler } from "better-auth/next-js";
import { auth } from "@/lib/auth/auth";
export const { GET, POST } = toNextJsHandler(auth.handler);