From 896eee35bda6df43c4576bca069db907991e140f Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 24 Mar 2025 15:26:58 +0100 Subject: [PATCH] refactor(ocelot.Development.json): Port 7120 auf 7103 aktualisiert --- ocelot.Development.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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