Create nextauth route handler exporting GET/POST from auth.ts (task 3.4)

This commit is contained in:
Marko Djordjevic 2026-02-20 10:13:32 +01:00
parent a8c88f3ca2
commit 45b6366861
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
export { GET, POST } from "@/auth";