Add env variables & auth.js
This commit is contained in:
2
src/app/api/auth/[...nextauth]/route.ts
Normal file
2
src/app/api/auth/[...nextauth]/route.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import { handlers } from "~/auth"
|
||||
export const { GET, POST } = handlers
|
Reference in New Issue
Block a user