added explicit route

This commit is contained in:
Ubuntu 2025-03-27 18:05:31 +00:00
parent 561af1adf2
commit 6e2817ef73
5 changed files with 61 additions and 10 deletions

4
src/app/[auth0]/route.ts Normal file
View file

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