Apigateway/ApiGateway/Routes/ocelot.informes.json
2023-02-02 10:45:00 -05:00

40 lines
902 B
JSON

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