add 8080 to applicationUrl

This commit is contained in:
Artemy
2025-11-04 13:00:32 +07:00
parent 986f5ae6ea
commit 595253d7c3
+1 -1
View File
@@ -14,7 +14,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7155;http://localhost:5041",
"applicationUrl": "http://0.0.0.0:8080;https://localhost:7155;http://localhost:5041",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}