Skip to content

Commit

Permalink
new issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nishchal committed Dec 11, 2024
1 parent 65bbb1f commit 7e820e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/user-app/app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import NextAuth from "next-auth"
import { authOptions } from "../../../lib/auth"




const handler = NextAuth(authOptions)

export { handler as GET, handler as POST }

0 comments on commit 7e820e4

Please sign in to comment.