From 7e4cbf914eefe9c231d2f90f589bb3bc00f03d43 Mon Sep 17 00:00:00 2001 From: Luis M Date: Tue, 30 Jan 2024 18:47:30 -0500 Subject: [PATCH] + Rutas HC: Notificar, HcPorDocExt --- ApiGateway/Routes/ocelot.historiaclinica.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ApiGateway/Routes/ocelot.historiaclinica.json b/ApiGateway/Routes/ocelot.historiaclinica.json index 7eddde2..5c8c95e 100644 --- a/ApiGateway/Routes/ocelot.historiaclinica.json +++ b/ApiGateway/Routes/ocelot.historiaclinica.json @@ -414,6 +414,24 @@ "POST" ] }, + { + "SwaggerKey": "MsHistoriaClinica", + "UpstreamPathTemplate": "/HistoriaClinica/HcPorDocExt", + "DownstreamPathTemplate": "/HistoriaClinica/HcPorDocExt", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8154 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "DELETE" + ] + }, { "SwaggerKey": "MsHistoriaClinica", "UpstreamPathTemplate": "/HistoriaClinica/HcPorDocExt", @@ -468,6 +486,24 @@ "PATCH" ] }, + { + "SwaggerKey": "MsHistoriaClinica", + "UpstreamPathTemplate": "/Incapacidades/Notificar", + "DownstreamPathTemplate": "/Incapacidades/Notificar", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8154 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, { "SwaggerKey": "MsHistoriaClinica", "UpstreamPathTemplate": "/Rias",