+ Rutas: Tracking (auditoria)

This commit is contained in:
Luis M 2024-01-25 15:26:37 -05:00
parent e1bbffc4d9
commit 21726af021
2 changed files with 51 additions and 1 deletions

View File

@ -348,8 +348,18 @@
"Url": "http://localhost:8175/swagger/v1/swagger.json" "Url": "http://localhost:8175/swagger/v1/swagger.json"
} }
] ]
},
{
"Key": "MsTracking",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsTracking",
"Version": "1.0",
"Url": "http://localhost:8176/swagger/v1/swagger.json"
}
]
} }
] ]
} }

View File

@ -0,0 +1,40 @@
{
"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"
]
}
]
}