Apigateway/ApiGateway/Routes/ocelot.email.json

23 lines
412 B
JSON
Raw Normal View History

{
"Routes": [
{
2023-02-14 14:08:45 -05:00
"SwaggerKey": "MsEmail",
"UpstreamPathTemplate": "/Email",
"UpstreamHttpMethod": [ "POST" ],
"DownstreamPathTemplate": "/api/Email",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8170
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}