Apigateway/ApiGateway/Routes/ocelot.informes.json

22 lines
476 B
JSON
Raw Normal View History

{
"Routes": [
{
"SwaggerKey": "MsInformes",
"UpstreamPathTemplate": "/Informes/ConsultaEstructuraTabla",
"DownstreamPathTemplate": "/Informes/ConsultaEstructuraTabla",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8164
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}