You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
611 B
28 lines
611 B
{
|
|
"Routes": [
|
|
{
|
|
"DownstreamPathTemplate": "/api/joueur",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 5001
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/rest/joueur",
|
|
"UpstreamHttpMethod": [ "Get", "Post" ]
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/graphql",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 5002
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/graphql",
|
|
"UpstreamHttpMethod": [ "get" ]
|
|
}
|
|
]
|
|
} |