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