diff --git a/docs/tutorials/setting-up-authentication-with-auth0.md b/docs/tutorials/setting-up-authentication-with-auth0.md index 53b1ab2..b39d3b4 100644 --- a/docs/tutorials/setting-up-authentication-with-auth0.md +++ b/docs/tutorials/setting-up-authentication-with-auth0.md @@ -167,7 +167,7 @@ The `ey...` string in the `authorization` header will be quite a bit longer. It ```bash $ curl --request GET \ -> --url https://localhost:3001/v1/me \ +> --url http://localhost:3001/v1/me \ > --header 'authorization: Bearer eyJhbGciOi...31JX_NE2nAzwI2zyvW8qXcLuBk9hdb1RFdQ' ```