Apigateway/ApiGateway/Routes/ocelot.datosmaestros.json
2022-11-02 11:31:23 -05:00

24 lines
433 B
JSON

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