Create nextauth route handler exporting GET/POST from auth.ts (task 3.4)
This commit is contained in:
parent
a8c88f3ca2
commit
45b6366861
2 changed files with 2 additions and 1 deletions
1
src/app/api/auth/[...nextauth]/route.ts
Normal file
1
src/app/api/auth/[...nextauth]/route.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { GET, POST } from "@/auth";
|
||||
Loading…
Add table
Add a link
Reference in a new issue