cambio url mail
This commit is contained in:
parent
91a155c631
commit
e1bbffc4d9
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user