diff --git a/ocelot.Development.json b/ocelot.Development.json index b16c0f1..13bb43e 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -6,7 +6,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 7120 + "Port": 7103 } ], "UpstreamPathTemplate": "/swagger/{route}", @@ -46,7 +46,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 7120 + "Port": 7103 } ], "UpstreamPathTemplate": "/api/Auth/check", @@ -58,7 +58,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 7120 + "Port": 7103 } ], "UpstreamPathTemplate": "/api/{route}", @@ -75,7 +75,7 @@ "DownstreamHostAndPorts": [ { "Host": "localhost", - "Port": 7120 + "Port": 7103 } ], "UpstreamPathTemplate": "/api/{route}{id}", @@ -86,6 +86,5 @@ } ], "GlobalConfiguration": { - "BaseUrl": "https://localhost:7052" } } \ No newline at end of file