mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 07:56:48 +00:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import { toNextJsHandler } from "better-auth/next-js";
|
|
|
|
import { auth } from "@/server/better-auth";
|
|
|
|
export const { GET, POST } = toNextJsHandler(auth.handler);
|