This commit is contained in:
2024-03-23 22:00:26 +01:00
parent 77f7b60697
commit 957d49c976
23 changed files with 1853 additions and 296 deletions

View File

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