AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 presentation-ai
route.ts
根目录
/
src
/
app
/
api
/
auth
/
[...nextauth]
/
route.ts
1
import { handlers } from "@/server/auth";
2
export const { GET, POST } = handlers;
3
3 lines
TYPESCRIPT