23 lines
412 B
JSON
23 lines
412 B
JSON
{
|
|
"Routes": [
|
|
|
|
{
|
|
"SwaggerKey": "MsEmail",
|
|
"UpstreamPathTemplate": "/Email",
|
|
"UpstreamHttpMethod": [ "POST" ],
|
|
|
|
"DownstreamPathTemplate": "/api/Email",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 8170
|
|
}
|
|
],
|
|
"RouteClaimsRequirement": {
|
|
"permisos": "any"
|
|
}
|
|
}
|
|
]
|
|
}
|