Skip to content

Commit

Permalink
Update README.md (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Oct 4, 2023
2 parents d17bf83 + 3ee1a4e commit 44b1c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Add `handleAuth()` to your app, which creates the following route handlers under

##### Add the Dynamic API Route

Create a [catch-all, dynamic API route handler](https://nextjs.org/docs/api-routes/dynamic-api-routes#optional-catch-all-api-routes) under the `/pages/api` directory:
Create a [dynamic API route handler](https://nextjs.org/docs/pages/building-your-application/routing/api-routes#dynamic-api-routes) under the `/pages/api` directory:

- Create an `auth` directory under the `/pages/api/` directory.
- Create a `[auth0].js` file under the newly created `auth` directory.
Expand Down

0 comments on commit 44b1c0f

Please sign in to comment.