Cambio porta server Kestrel in configurazione debug HTTP a 5000

This commit is contained in:
2026-02-05 09:16:15 +01:00
parent 069b503339
commit 5e0d1cce20

View File

@@ -8,7 +8,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5011"
"applicationUrl": "http://localhost:5000"
},
"https": {
"commandName": "Project",