added explicit route
This commit is contained in:
parent
561af1adf2
commit
6e2817ef73
5 changed files with 61 additions and 10 deletions
4
src/app/[auth0]/route.ts
Normal file
4
src/app/[auth0]/route.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { handleAuth } from '@auth0/nextjs-auth0';
|
||||
|
||||
export const GET = handleAuth();
|
||||
export const POST = handleAuth();
|
||||
Loading…
Add table
Add a link
Reference in a new issue