Apigateway/ApiGateway/Routes/ocelot.cuentascobrarpost.json

24 lines
440 B
JSON
Raw Normal View History

{
"Routes": [
{
"SwaggerKey": "MsCuentasCobrarPost",
"UpstreamPathTemplate": "/CuentasCobrar",
"UpstreamHttpMethod": [ "POST" ],
"DownstreamPathTemplate": "/CuentasCobrar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8152
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}