From e1bbffc4d9c454c907189e32ef249910b9c780f1 Mon Sep 17 00:00:00 2001 From: Luis M Date: Tue, 2 Jan 2024 08:23:49 -0500 Subject: [PATCH] cambio url mail --- ApiGateway/Routes/ocelot.email.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ApiGateway/Routes/ocelot.email.json b/ApiGateway/Routes/ocelot.email.json index efb416c..2843d3a 100644 --- a/ApiGateway/Routes/ocelot.email.json +++ b/ApiGateway/Routes/ocelot.email.json @@ -1,12 +1,9 @@ { "Routes": [ - { "SwaggerKey": "MsEmail", "UpstreamPathTemplate": "/Email", - "UpstreamHttpMethod": [ "POST" ], - - "DownstreamPathTemplate": "/api/Email", + "DownstreamPathTemplate": "/Email", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { @@ -16,7 +13,10 @@ ], "RouteClaimsRequirement": { "permisos": "any" - } + }, + "UpstreamHttpMethod": [ + "POST" + ] } ] -} +} \ No newline at end of file