Apigateway/ApiGateway/Trash/ocelot2.json

19 lines
325 B
JSON
Raw Normal View History

2022-11-02 11:31:23 -05:00
{
"Routes": [
{
"UpstreamPathTemplate": "/ApiTest",
"UpstreamHttpMethod": [ "GET", "POST" ],
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
"Host": "localhost",
"Port" : 7041
]
}
],
"GlobalConfiguration": {
"BaseUrl": "https://localhost:7041"
}
}