{ "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" ] } ] }