mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +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 };
|