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": [
{
"SwaggerKey": "MsEmail",
"UpstreamPathTemplate": "/Email",
"UpstreamHttpMethod": [ "POST" ],
"DownstreamPathTemplate": "/api/Email",
"DownstreamPathTemplate": "/Email",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
@ -16,7 +13,10 @@
],
"RouteClaimsRequirement": {
"permisos": "any"
}
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}