's'
This commit is contained in:
4
app/api/auth/[...nextauth]/route.ts
Normal file
4
app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { GET, POST } from '@/lib/auth'
|
||||
|
||||
export const runtime = 'edge'
|
||||
export { GET, POST }
|
||||
Reference in New Issue
Block a user