mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix curl health call (#888)
removed duplicate curl in the health endpoint example call. curl curl --> curl
This commit is contained in:
parent
72993002a2
commit
85d8e0c10d
@ -86,7 +86,7 @@ Expected output would be something like:
|
||||
The proxy will try to synchronize with the Unleash API at startup, until it has successfully done that the proxy will return `HTTP 503 - Not Read?` for all request. You can use the health endpoint to validate that the proxy is ready to recieve requests:
|
||||
|
||||
```bash
|
||||
curl curl http://localhost:3000/proxy/health -I
|
||||
curl http://localhost:3000/proxy/health -I
|
||||
```
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user