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