From 77074fbb8c92968789fbc3e4d1a8adbc3ce78e49 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Wed, 31 Jul 2024 14:17:48 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Proxy-Einstellungen=20f=C3=BCr=20die?= =?UTF-8?q?=20Front-End-Entwicklung=20korrigiert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ClientApp/user_manager_ui/proxy.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json b/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json index 84ee36d..2a65598 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/proxy.conf.json @@ -1,6 +1,6 @@ { "/api": { - "target": "https://localhost:7202", + "target": "https://localhost:7103", "secure": false, "changeOrigin": true }