4 lines
No EOL
111 B
TypeScript
4 lines
No EOL
111 B
TypeScript
// pages/api/auth/[...auth0].ts
|
|
import { handleAuth } from '@auth0/nextjs-auth0';
|
|
|
|
export default handleAuth(); |