Fix some output

Fix some output
This commit is contained in:
Xiaoyu Zhang
2017-05-26 16:36:28 +08:00
committed by Andrew Chen
parent 1406756b8a
commit 295e262775
@@ -68,6 +68,12 @@ $ curl http://localhost:8080/api/
{ {
"versions": [ "versions": [
"v1" "v1"
],
"serverAddressByClientCIDRs": [
{
"clientCIDR": "0.0.0.0/0",
"serverAddress": "10.0.1.149:443"
}
] ]
} }
``` ```