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