fix: update application URL in launchSettings for local development

This commit is contained in:
2025-10-28 09:34:13 +03:30
parent 288e3a8988
commit 08574b5bb5

View File

@@ -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
},