mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-20 06:02:41 +08:00
Remove extra level of indentation. Fixed a typo in one of tje json examples
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user