diff options
Diffstat (limited to 'web/app/api/auth')
| -rw-r--r-- | web/app/api/auth/[...nextauth]/route.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/app/api/auth/[...nextauth]/route.tsx b/web/app/api/auth/[...nextauth]/route.tsx deleted file mode 100644 index e722926b..00000000 --- a/web/app/api/auth/[...nextauth]/route.tsx +++ /dev/null @@ -1,3 +0,0 @@ -import { authHandler } from "@/lib/auth"; - -export { authHandler as GET, authHandler as POST }; |
