mirror of https://github.com/status-im/consul.git
Update health.html.markdown
Correct json syntax in example.
This commit is contained in:
parent
0d4b841a48
commit
4d42ff66e3
|
@ -133,7 +133,7 @@ It returns a JSON body like this:
|
||||||
"ID": "redis",
|
"ID": "redis",
|
||||||
"Service": "redis",
|
"Service": "redis",
|
||||||
"Tags": null,
|
"Tags": null,
|
||||||
"Address": "10.1.10.12"
|
"Address": "10.1.10.12",
|
||||||
"Port": 8000
|
"Port": 8000
|
||||||
},
|
},
|
||||||
"Checks": [
|
"Checks": [
|
||||||
|
|
Loading…
Reference in New Issue