updated home button to point to home.index

This commit is contained in:
douwe
2025-04-09 23:47:57 +02:00
parent 0e81d2d8e9
commit 40bc778f29
13 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:80;http://192.168.*:80",
"applicationUrl": "http://localhost:5000;http://*:80",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}