Apigateway/ApiGateway/Routes/ocelot.cuentascobrarget.json

24 lines
444 B
JSON
Raw Permalink Normal View History

{
"Routes": [
{
"SwaggerKey": "MsCuentasCobrarGet",
"UpstreamPathTemplate": "/GetCuentasCobrar",
"UpstreamHttpMethod": [ "GET" ],
"DownstreamPathTemplate": "/GetCuentasCobrar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8153
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}