Apigateway/ApiGateway/Routes/ocelot.msproveedor.json
2024-05-16 16:06:48 -05:00

22 lines
431 B
JSON

{
"Routes": [
{
"SwaggerKey": "MsProveedor",
"UpstreamPathTemplate": "/Prestador",
"DownstreamPathTemplate": "/Prestador",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8178
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}