Skip to content

Commit

Permalink
Update www/docs/getting-started/rest-api.md
Browse files Browse the repository at this point in the history
updated as per review request

Co-authored-by: Lluis Agusti <[email protected]>
  • Loading branch information
mahieyin-rahmun and ubbe-xyz authored Jul 6, 2021
1 parent e53e31b commit 4d77a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/getting-started/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ e.g.

However, you need to do two things:
1. You must declare a `NEXT_PUBLIC_NEXTAUTH_URL` environment variable that points to the same URL as above.
2. Your folder structure must match the above URL. e.g.
2. Your folder structure must match what's set on `NEXT_PUBLIC_NEXTAUTH_URL`, for instance, if it's set to `https://mywebsite.com/api/authentication`, your folder structure should be:

```
.
Expand Down

0 comments on commit 4d77a53

Please sign in to comment.