Apigateway/ApiGateway/Routes/ocelot.email.json
2024-01-02 08:23:49 -05:00

22 lines
419 B
JSON

{
"Routes": [
{
"SwaggerKey": "MsEmail",
"UpstreamPathTemplate": "/Email",
"DownstreamPathTemplate": "/Email",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8170
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
}
]
}