From 1c12d378d66b92b1674acd17640f2bac752da289 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 25 Mar 2025 14:13:06 -0400 Subject: Converted public dashboard to admin dashboard; Made API have a consistent output message --- web/src/app/api/auth/[...nextauth]/route.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 web/src/app/api/auth/[...nextauth]/route.js (limited to 'web/src/app/api/auth') 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 -- cgit v1.2.3