diff --git a/ApiGateway/Routes/ocelot.imagenologia.json b/ApiGateway/Routes/ocelot.imagenologia.json index d173671..216f319 100644 --- a/ApiGateway/Routes/ocelot.imagenologia.json +++ b/ApiGateway/Routes/ocelot.imagenologia.json @@ -56,8 +56,26 @@ }, { "SwaggerKey": "MsImagenologia", - "UpstreamPathTemplate": "/NotaImg", - "DownstreamPathTemplate": "/NotaImg", + "UpstreamPathTemplate": "/NotaImg/Guardar", + "DownstreamPathTemplate": "/NotaImg/Guardar", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8158 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, + { + "SwaggerKey": "MsImagenologia", + "UpstreamPathTemplate": "/NotaImg/Finalizar", + "DownstreamPathTemplate": "/NotaImg/Finalizar", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ {