diff --git a/ocelot.Development.json b/ocelot.Development.json index 1f21e44..8b85bc9 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -64,6 +64,18 @@ "UpstreamPathTemplate": "/api/Auth/logout", "UpstreamhttpsMethod": [ "Post" ] }, + { + "DownstreamPathTemplate": "/api/Auth/user", + "DownstreamScheme": "https", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 7103 + } + ], + "UpstreamPathTemplate": "/api/Auth/user", + "UpstreamhttpsMethod": [ "Get" ] + }, { "DownstreamPathTemplate": "/api/{route}", "DownstreamScheme": "https",