+ Rutas: Tracking (auditoria)
This commit is contained in:
parent
e1bbffc4d9
commit
21726af021
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
40
ApiGateway/Routes/ocelot.mstracking.json
Normal file
40
ApiGateway/Routes/ocelot.mstracking.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user