diff --git a/ocelot.Development.json b/ocelot.Development.json index 6901aeb..3b31bde 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -110,15 +110,15 @@ "UpstreamHttpMethod": [ "Post" ] }, { - "DownstreamPathTemplate": "/api/Auth/check", + "DownstreamPathTemplate": "/api/Auth/sign-flow-gen/login", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 7174 + "Port": 7192 } ], - "UpstreamPathTemplate": "/api/Auth/check", + "UpstreamPathTemplate": "/api/Auth/form", "UpstreamHttpMethod": [ "Post" ] }, {