mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 15:24:48 +08:00
chore: create frontend project from boilerplate
This commit is contained in:
5
frontend/src/app/api/auth/[...all]/route.ts
Normal file
5
frontend/src/app/api/auth/[...all]/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { toNextJsHandler } from "better-auth/next-js";
|
||||
|
||||
import { auth } from "@/server/better-auth";
|
||||
|
||||
export const { GET, POST } = toNextJsHandler(auth.handler);
|
||||
Reference in New Issue
Block a user