Duplicated from pjpjq/deer-flow-gpt51
033ca06
1
2
3
4
5
6
import { toNextJsHandler } from "better-auth/next-js"; import { auth } from "@/server/better-auth"; export const { GET, POST } = toNextJsHandler(auth.handler);