Files
ngo-toolkit/app/api/auth/[auth0]/route.ts
T
2026-03-18 18:26:24 +08:00

4 lines
84 B
TypeScript

import { handleAuth } from '@auth0/nextjs-auth0';
export const GET = handleAuth();