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",