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