feat / AEB-26 login page
This commit is contained in:
5
frontend/app/api/auth/[...nextauth]/route.ts
Normal file
5
frontend/app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import NextAuth from 'next-auth'
|
||||
import { authOptions } from '@/lib/auth'
|
||||
|
||||
const handler = NextAuth(authOptions)
|
||||
export { handler as GET, handler as POST }
|
||||
Reference in New Issue
Block a user