Spaces:
Sleeping
Sleeping
File size: 152 Bytes
05c5ed5 | 1 2 3 4 5 | import { auth } from "auth/server";
import { toNextJsHandler } from "better-auth/next-js";
export const { GET, POST } = toNextJsHandler(auth.handler);
|