aboutsummaryrefslogtreecommitdiff
path: root/web/src/app/api
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/app/api')
-rw-r--r--web/src/app/api/auth/[...nextauth]/route.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/src/app/api/auth/[...nextauth]/route.js b/web/src/app/api/auth/[...nextauth]/route.js
deleted file mode 100644
index 5951f83..0000000
--- a/web/src/app/api/auth/[...nextauth]/route.js
+++ /dev/null
@@ -1,2 +0,0 @@
-import { handlers } from "@/lib/auth"
-export const { GET, POST } = handlers