|
|
|
@ -69,6 +69,19 @@ |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/basket/{everything}", |
|
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"ServiceName": "Ordering Service", |
|
|
|
"DownstreamPathTemplate": "/api/ordering/{everything}", |
|
|
|
"DownstreamScheme": "https", |
|
|
|
"DownstreamHostAndPorts": [ |
|
|
|
{ |
|
|
|
"Host": "localhost", |
|
|
|
"Port": 44356 |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/ordering/{everything}", |
|
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ] |
|
|
|
} |
|
|
|
], |
|
|
|
"GlobalConfiguration": { |
|
|
|
|