mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-17 23:43: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",
|
||||
"UpstreamPathTemplate": "/posts/{postId}",
|
||||
"UpstreamHttpMethod": "Put",
|
||||
"ServiceName": "product"
|
||||
"ServiceName": "product",
|
||||
"LoadBalancer": "LeastConnection"
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user