3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
import { handleAuth } from '@auth0/nextjs-auth0';
|
|
|
|
export const GET = handleAuth();
|