Apigateway/ApiGateway/Routes/ocelot.auditarhc.json
2023-02-14 14:08:45 -05:00

40 lines
841 B
JSON

{
"Routes": [
{
"SwaggerKey": "MsAuditarHC",
"UpstreamPathTemplate": "/AuditarHC",
"DownstreamPathTemplate": "/AuditarHC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8168
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsAuditarHC",
"UpstreamPathTemplate": "/AuditarHC",
"DownstreamPathTemplate": "/AuditarHC",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8168
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}