Remove extra level of indentation. Fixed a typo in one of tje json examples

This commit is contained in:
Philip Wood 2017-02-15 20:18:15 +00:00
parent 0b4aee7b96
commit 45341df237

View File

@ -202,7 +202,7 @@ and LeastConnection algorithm you can use. If no load balancer is specified Ocel
"DownstreamScheme": "https", "DownstreamScheme": "https",
"UpstreamPathTemplate": "/posts/{postId}", "UpstreamPathTemplate": "/posts/{postId}",
"UpstreamHttpMethod": "Put", "UpstreamHttpMethod": "Put",
"ServiceName": "product" "ServiceName": "product",
"LoadBalancer": "LeastConnection" "LoadBalancer": "LeastConnection"
} }
``` ```