From 749d737a9b12b21f016a70a068af4e59633cb0a8 Mon Sep 17 00:00:00 2001 From: Luis M Date: Wed, 28 Feb 2024 14:54:25 -0500 Subject: [PATCH] + afiliados: Actualizar --- ApiGateway/Routes/ocelot.afiliados.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ApiGateway/Routes/ocelot.afiliados.json b/ApiGateway/Routes/ocelot.afiliados.json index 35785ea..66cb584 100644 --- a/ApiGateway/Routes/ocelot.afiliados.json +++ b/ApiGateway/Routes/ocelot.afiliados.json @@ -324,6 +324,24 @@ "GET" ] }, + { + "SwaggerKey": "MsAfiliados", + "UpstreamPathTemplate": "/Afiliados/ActualizarUnisalud", + "DownstreamPathTemplate": "/Afiliados/ActualizarUnisalud", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8145 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "PATCH" + ] + }, { "SwaggerKey": "MsAfiliados", "UpstreamPathTemplate": "/Afiliados/Contacto",