diff --git a/ApiGateway/Routes/ocelot.laboratorioclinico.json b/ApiGateway/Routes/ocelot.laboratorioclinico.json index 898c368..2251716 100644 --- a/ApiGateway/Routes/ocelot.laboratorioclinico.json +++ b/ApiGateway/Routes/ocelot.laboratorioclinico.json @@ -1,77 +1,5 @@ { "Routes": [ - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/AreasLabClinico", - "DownstreamPathTemplate": "/AreasLabClinico", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "GET" - ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/AreasLabClinico", - "DownstreamPathTemplate": "/AreasLabClinico", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "POST" - ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/AreasLabClinico", - "DownstreamPathTemplate": "/AreasLabClinico", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "PATCH" - ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/AreasLabClinico/Estado", - "DownstreamPathTemplate": "/AreasLabClinico/Estado", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "PATCH" - ] - }, { "SwaggerKey": "MsLaboratorioClinico", "UpstreamPathTemplate": "/CupsItems", @@ -611,78 +539,6 @@ "UpstreamHttpMethod": [ "POST" ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/SeccionesLabClinico", - "DownstreamPathTemplate": "/SeccionesLabClinico", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "GET" - ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/SeccionesLabClinico", - "DownstreamPathTemplate": "/SeccionesLabClinico", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "POST" - ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/SeccionesLabClinico", - "DownstreamPathTemplate": "/SeccionesLabClinico", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "PATCH" - ] - }, - { - "SwaggerKey": "MsLaboratorioClinico", - "UpstreamPathTemplate": "/SeccionesLabClinico/Estado", - "DownstreamPathTemplate": "/SeccionesLabClinico/Estado", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8162 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "PATCH" - ] } ] } \ No newline at end of file