Apigateway/ApiGateway/Routes/ocelot.email.json

22 lines
419 B
JSON
Raw Permalink Normal View History

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