From aa8895ddc9a171f968be2f08c933c30b130a6b38 Mon Sep 17 00:00:00 2001 From: Luis Martinez Date: Fri, 17 Mar 2023 09:22:01 -0500 Subject: [PATCH] N ueva ruta MsImagenologia --- ApiGateway/Routes/ocelot.imagenologia.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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",