Apigateway/ApiGateway/Routes/ocelot.mstracking.json
2024-01-25 16:58:45 -05:00

40 lines
835 B
JSON

{
"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"
]
}
]
}