diff --git a/docs/guides/nodejs/secure-api-auth0.mdx b/docs/guides/nodejs/secure-api-auth0.mdx index b18315cbc..d9bcd1278 100644 --- a/docs/guides/nodejs/secure-api-auth0.mdx +++ b/docs/guides/nodejs/secure-api-auth0.mdx @@ -111,7 +111,7 @@ Configure your stack, then run `nitric up` to deploy your application. We can check to see if our application is secure by calling it without an `Authorization` header ```bash -curl -H /hello/world +curl /hello/world ``` This should return a `401` error.