mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 21:22:50 +08:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"ReRoutes": [
|
|
{
|
|
"DownstreamPathTemplate": "/",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "jsonplaceholder.typicode.com",
|
|
"Port": 80
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/graphql",
|
|
"DelegatingHandlers": [
|
|
"GraphQlDelegatingHandler"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|