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",