diff --git a/ApiGateway/Routes/ocelot.imagenologia.json b/ApiGateway/Routes/ocelot.imagenologia.json index 0cd2ae5..d173671 100644 --- a/ApiGateway/Routes/ocelot.imagenologia.json +++ b/ApiGateway/Routes/ocelot.imagenologia.json @@ -36,6 +36,42 @@ "POST" ] }, + { + "SwaggerKey": "MsImagenologia", + "UpstreamPathTemplate": "/NotaImg", + "DownstreamPathTemplate": "/NotaImg", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8158 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "GET" + ] + }, + { + "SwaggerKey": "MsImagenologia", + "UpstreamPathTemplate": "/NotaImg", + "DownstreamPathTemplate": "/NotaImg", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8158 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, { "SwaggerKey": "MsImagenologia", "UpstreamPathTemplate": "/OrdenImg",