Perplexica/src/app/[auth0]/route.ts
2025-03-27 18:05:31 +00:00

4 lines
No EOL
117 B
TypeScript

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