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.

52 lines
1.2 KiB

{
"Routes": [
{
"DownstreamPathTemplate": "/api/v1/joueur",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 5001
}
],
"UpstreamPathTemplate": "/rest/v1/joueur",
"UpstreamHttpMethod": [ "Get", "Post" ]
},
{
"DownstreamPathTemplate": "/api/v1/joueur/{id}",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 5001
}
],
"UpstreamPathTemplate": "/rest/v1/joueur/{id}",
"UpstreamHttpMethod": [ "Put", "Delete" ]
},
{
"DownstreamPathTemplate": "/api/v2/joueur/{pseudo}",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 5001
}
],
"UpstreamPathTemplate": "/rest/v2/joueur/{pseudo}",
"UpstreamHttpMethod": [ "Get" ]
},
{
"DownstreamPathTemplate": "/graphql",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 5002
}
],
"UpstreamPathTemplate": "/graphql",
"UpstreamHttpMethod": [ "get" ]
}
]
}