4 lines
No EOL
143 B
TypeScript
4 lines
No EOL
143 B
TypeScript
import { auth } from "@/util/auth";
|
|
import { toNextJsHandler } from "better-auth/next-js";
|
|
|
|
export const { POST, GET } = toNextJsHandler(auth); |