removed the explicit auth0 route

This commit is contained in:
Ubuntu 2025-03-27 18:24:33 +00:00
parent 6e2817ef73
commit 00ef1d757e

View file

@ -1,4 +0,0 @@
import { handleAuth } from '@auth0/nextjs-auth0';
export const GET = handleAuth();
export const POST = handleAuth();