change the default port for new ui dev to 5000

This commit is contained in:
LukeFZ
2025-07-29 18:18:15 +02:00
parent 67bb15d7a2
commit 5d92ceb2f3

View File

@@ -6,7 +6,7 @@
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
"dotnetRunMessages": true, "dotnetRunMessages": true,
"applicationUrl": "http://localhost:5154" "applicationUrl": "http://localhost:5000"
} }
}, },
"$schema": "https://json.schemastore.org/launchsettings.json" "$schema": "https://json.schemastore.org/launchsettings.json"