Apigateway/ApiGateway/Routes/ocelot.msgraphquery.json
2024-05-16 16:06:48 -05:00

40 lines
877 B
JSON

{
"Routes": [
{
"SwaggerKey": "MsGraphQuery",
"UpstreamPathTemplate": "/diagnosticos/CIE10",
"DownstreamPathTemplate": "/diagnosticos/CIE10",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8199
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"GET"
]
},
{
"SwaggerKey": "MsGraphQuery",
"UpstreamPathTemplate": "/graphql",
"DownstreamPathTemplate": "/graphql",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8199
}
],
"DelegatingHandlers": [
"GraphQlDelegatingHandler"
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}