mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 04:23:22 +08:00
Remove extra level of indentation. Fixed a typo in one of tje json examples
This commit is contained in:
parent
0b4aee7b96
commit
45341df237
@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user