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