Apigateway/ApiGateway/Routes/ocelot.ping.json
2023-01-10 10:35:15 -05:00

44 lines
787 B
JSON

{
"Routes": [
{
"SwaggerKey": "MsPing",
"UpstreamPathTemplate": "/Ping",
"UpstreamHttpMethod": [ "GET" ],
"DownstreamPathTemplate": "/Ping",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8198
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
},
{
"SwaggerKey": "MsPing",
"UpstreamPathTemplate": "/log",
"UpstreamHttpMethod": [ "GET"],
"DownstreamPathTemplate": "/Log",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8198
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}