Bot
Initial commit for HF Spaces
05c5ed5
Raw
History Blame Contribute Delete
152 Bytes
import { auth } from "auth/server";
import { toNextJsHandler } from "better-auth/next-js";
export const { GET, POST } = toNextJsHandler(auth.handler);