Fix mistake in curl example for join agent API call

This commit is contained in:
Stu Small 2017-07-02 13:53:10 -06:00 committed by Frank Schröder
parent fb0e4d531b
commit f7907db85f

View File

@ -320,7 +320,7 @@ The table below shows this endpoint's support for
```text ```text
$ curl \ $ curl \
https://consul.rocks/agent/join/1.2.3.4 https://consul.rocks/v1/agent/join/1.2.3.4
``` ```
## Graceful Leave and Shutdown ## Graceful Leave and Shutdown