Files
chinese-family-tree-2/app/api/auth/[...nextauth]/route.ts
T
freedakgmail e92884ae53 0.0.1.0
2025-11-23 03:07:39 +08:00

7 lines
157 B
TypeScript

import NextAuth from "next-auth"
import { authOptions } from "@/lib/auth"
const handler = NextAuth(authOptions)
export { handler as GET, handler as POST }