Your commit message here
This commit is contained in:
4
src/app/api/auth/[...nextauth]/route.js
Normal file
4
src/app/api/auth/[...nextauth]/route.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import NextAuth from "@/lib/auth"
|
||||
|
||||
export const GET = NextAuth
|
||||
export const POST = NextAuth
|
||||
Reference in New Issue
Block a user