Apigateway/ApiGateway/Routes/ocelot.mstracking.json

40 lines
835 B
JSON
Raw Permalink Normal View History

2024-01-25 15:26:37 -05:00
{
"Routes": [
{
"SwaggerKey": "MsTracking",
"UpstreamPathTemplate": "/Tracking",
"DownstreamPathTemplate": "/Tracking",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8176
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsTracking",
"UpstreamPathTemplate": "/Tracking",
"DownstreamPathTemplate": "/Tracking",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8176
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}