This commit is contained in:
Jason Feibelman 2025-03-27 14:49:06 -04:00
parent 00ef1d757e
commit fdaa0359e3

View file

@ -0,0 +1,4 @@
// app/api/auth/[auth0]/route.ts
import { handleAuth } from '@auth0/nextjs-auth0';
export const GET = handleAuth();