mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"Routes": [
|
|
{
|
|
"DownstreamPathTemplate": "/todos/{id}",
|
|
"DownstreamScheme": "https",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "jsonplaceholder.typicode.com",
|
|
"Port": 443
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/posts/{id}",
|
|
"UpstreamHttpMethod": [
|
|
"Get"
|
|
]
|
|
}
|
|
],
|
|
"GlobalConfiguration": {
|
|
"BaseUrl": "https://localhost:5000"
|
|
}
|
|
} |