From cfad14ec2e47e4e05d67221ad5a1dde9b69cf033 Mon Sep 17 00:00:00 2001 From: Luis M Date: Fri, 9 Feb 2024 18:07:29 -0500 Subject: [PATCH] - Rutas: Laboratorio Clinico --- .../Routes/ocelot.laboratorioclinico.json | 144 ------------------ 1 file changed, 144 deletions(-) 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