cambio url mail

This commit is contained in:
Luis M 2024-01-02 08:23:49 -05:00
parent 91a155c631
commit e1bbffc4d9

View File

@ -1,12 +1,9 @@
{ {
"Routes": [ "Routes": [
{ {
"SwaggerKey": "MsEmail", "SwaggerKey": "MsEmail",
"UpstreamPathTemplate": "/Email", "UpstreamPathTemplate": "/Email",
"UpstreamHttpMethod": [ "POST" ], "DownstreamPathTemplate": "/Email",
"DownstreamPathTemplate": "/api/Email",
"DownstreamScheme": "http", "DownstreamScheme": "http",
"DownstreamHostAndPorts": [ "DownstreamHostAndPorts": [
{ {
@ -16,7 +13,10 @@
], ],
"RouteClaimsRequirement": { "RouteClaimsRequirement": {
"permisos": "any" "permisos": "any"
} },
"UpstreamHttpMethod": [
"POST"
]
} }
] ]
} }