Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e017cc8

Browse files
authored
Remove -H from curl command (#684)
1 parent ae30868 commit e017cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/nodejs/secure-api-auth0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Configure your stack, then run `nitric up` to deploy your application.
111111
We can check to see if our application is secure by calling it without an `Authorization` header
112112

113113
```bash
114-
curl -H <INSERT_API_GATEWAY>/hello/world
114+
curl <INSERT_API_GATEWAY>/hello/world
115115
```
116116

117117
This should return a `401` error.

0 commit comments

Comments
 (0)