From e1c358bb137d9343e955396bbbec886bfa7e3e93 Mon Sep 17 00:00:00 2001 From: Luis Martinez Date: Thu, 23 Mar 2023 13:44:14 -0500 Subject: [PATCH] Nuevas rutas imagenologia - NotaImg/Guardar - NotaImg/Finalizar --- ApiGateway/Routes/ocelot.imagenologia.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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": [ {