diff --git a/ocelot.Development.json b/ocelot.Development.json index 13bb43e..ece1a81 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -29,7 +29,7 @@ ] }, { - "DownstreamPathTemplate": "/api/Auth/work-flow?cookie=false", + "DownstreamPathTemplate": "/api/Auth/user-manager?cookie=true", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { @@ -37,7 +37,7 @@ "Port": 7192 } ], - "UpstreamPathTemplate": "/api/Auth", + "UpstreamPathTemplate": "/api/Auth/login", "UpstreamhttpsMethod": [ "Post" ] }, {