From 8de39396757873a498fa4e3ac2781e74e2c6cb1b Mon Sep 17 00:00:00 2001 From: SamSys Date: Tue, 2 Dec 2025 13:06:22 +0330 Subject: [PATCH 1/2] change lunch setting adddress --- ServiceHost/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceHost/Properties/launchSettings.json b/ServiceHost/Properties/launchSettings.json index 3c6abef3..09e8afe7 100644 --- a/ServiceHost/Properties/launchSettings.json +++ b/ServiceHost/Properties/launchSettings.json @@ -19,7 +19,7 @@ "sqlDebugging": true, "dotnetRunMessages": "true", "nativeDebugging": true, - "applicationUrl": "https://localhost:5004;http://localhost:5003;https://192.168.0.117:5005", + "applicationUrl": "https://localhost:5004;", "jsWebView2Debugging": false, "hotReloadEnabled": true }, From 70447a74ef6ff42324c5d66ee4ffc53c24606236 Mon Sep 17 00:00:00 2001 From: SamSys Date: Tue, 2 Dec 2025 15:01:25 +0330 Subject: [PATCH 2/2] change lunchSettings --- ServiceHost/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceHost/Properties/launchSettings.json b/ServiceHost/Properties/launchSettings.json index 09e8afe7..788962e4 100644 --- a/ServiceHost/Properties/launchSettings.json +++ b/ServiceHost/Properties/launchSettings.json @@ -19,7 +19,7 @@ "sqlDebugging": true, "dotnetRunMessages": "true", "nativeDebugging": true, - "applicationUrl": "https://localhost:5004;", + "applicationUrl": "https://localhost:5004;http://localhost:5003;", "jsWebView2Debugging": false, "hotReloadEnabled": true },