From edd11ada725fd1a78d1385c14f590c615233e7a3 Mon Sep 17 00:00:00 2001 From: Luis Martinez Date: Thu, 11 May 2023 10:10:09 -0500 Subject: [PATCH] Vuevas rutas Autorizacioens: /ContraRef --- .../Routes/ocelot.autorizacioneshc.json | 54 ++++++++++++------- 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/ApiGateway/Routes/ocelot.autorizacioneshc.json b/ApiGateway/Routes/ocelot.autorizacioneshc.json index f4409ba..cc4df7a 100644 --- a/ApiGateway/Routes/ocelot.autorizacioneshc.json +++ b/ApiGateway/Routes/ocelot.autorizacioneshc.json @@ -108,24 +108,6 @@ "PATCH" ] }, - { - "SwaggerKey": "MsAutorizacionesHC", - "UpstreamPathTemplate": "/Autorizaciones/SelloCopia", - "DownstreamPathTemplate": "/Autorizaciones/SelloCopia", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8147 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "PATCH" - ] - }, { "SwaggerKey": "MsAutorizacionesHC", "UpstreamPathTemplate": "/Autorizaciones/Tranferencia", @@ -162,6 +144,42 @@ "PATCH" ] }, + { + "SwaggerKey": "MsAutorizacionesHC", + "UpstreamPathTemplate": "/AutorizacionesContraRef", + "DownstreamPathTemplate": "/AutorizacionesContraRef", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8147 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "GET" + ] + }, + { + "SwaggerKey": "MsAutorizacionesHC", + "UpstreamPathTemplate": "/AutorizacionesContraRef", + "DownstreamPathTemplate": "/AutorizacionesContraRef", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8147 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, { "SwaggerKey": "MsAutorizacionesHC", "UpstreamPathTemplate": "/AuxOptometria",