Apigateway/ApiGateway/Trash/ocelot2.json
2022-11-02 11:31:23 -05:00

19 lines
325 B
JSON

{
"Routes": [
{
"UpstreamPathTemplate": "/ApiTest",
"UpstreamHttpMethod": [ "GET", "POST" ],
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
"Host": "localhost",
"Port" : 7041
]
}
],
"GlobalConfiguration": {
"BaseUrl": "https://localhost:7041"
}
}