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