mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
import { authOptions } from "@/lib/auth";
|
|
import NextAuth from "next-auth";
|
|
|
|
const handler = NextAuth(authOptions);
|
|
|
|
export { handler as GET, handler as POST };
|