From 00ef1d757e877347918135b3f6f09fbf0a24a61b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 27 Mar 2025 18:24:33 +0000 Subject: [PATCH] removed the explicit auth0 route --- src/app/[auth0]/route.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/app/[auth0]/route.ts diff --git a/src/app/[auth0]/route.ts b/src/app/[auth0]/route.ts deleted file mode 100644 index 1097b3a..0000000 --- a/src/app/[auth0]/route.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { handleAuth } from '@auth0/nextjs-auth0'; - -export const GET = handleAuth(); -export const POST = handleAuth(); \ No newline at end of file