Skip to content

Instantly share code, notes, and snippets.

@wk-j
Created November 29, 2020 06:42
Show Gist options
  • Save wk-j/beb475a7d45a98fd6643cc6a76e34075 to your computer and use it in GitHub Desktop.
Save wk-j/beb475a7d45a98fd6643cc6a76e34075 to your computer and use it in GitHub Desktop.
499
{
"Routes": [
{
"DownstreamPathTemplate": "/api/hello/hi/{delay}",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "web",
"Port": 80
}
],
"UpstreamPathTemplate": "/hello/v1/{delay}",
"UpstreamHttpMethod": [
"Get"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment