Skip to content

Commit

Permalink
chore: add missing slash (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukibahr authored Sep 18, 2024
1 parent 65cbc7b commit 846e667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ To use the generated key, you must send a `X-API-KEY` header with every request
### Example with cURL

```shell
curl -H "X-API-KEY:exampleAPIKey" "https:/kubecost.example.com/model/allocation?window=1d"
curl -H "X-API-KEY:exampleAPIKey" "https://kubecost.example.com/model/allocation?window=1d"
```

0 comments on commit 846e667

Please sign in to comment.