19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"Routes": [
|
|
{
|
|
"UpstreamPathTemplate": "/ApiTest",
|
|
"UpstreamHttpMethod": [ "GET", "POST" ],
|
|
|
|
"DownstreamScheme": "https",
|
|
"DownstreamHostAndPorts": [
|
|
"Host": "localhost",
|
|
"Port" : 7041
|
|
]
|
|
}
|
|
],
|
|
|
|
"GlobalConfiguration": {
|
|
"BaseUrl": "https://localhost:7041"
|
|
}
|
|
|
|
} |