Spaces:
Runtime error
Runtime error
File size: 165 Bytes
ceb943f | 1 2 3 4 5 | import { auth } from "@/lib/auth"; // Adjust import path
import { toNextJsHandler } from "better-auth/next-js";
export const { GET, POST } = toNextJsHandler(auth);
|