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