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