From 08574b5bb572f0bc67d492e08dc1c299eb62f4ff Mon Sep 17 00:00:00 2001 From: mahan Date: Tue, 28 Oct 2025 09:34:13 +0330 Subject: [PATCH] fix: update application URL in launchSettings for local development --- 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 81186f13..89af9011 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.162.36:8080;http://192.168.162.36:8081", + "applicationUrl": "https://localhost:5004;http://localhost:5003;https://192.168.0.117:8080;http://192.168.0.117:8081", "jsWebView2Debugging": false, "hotReloadEnabled": true },