From 5e0d1cce20312ee1c6d3f8e2ff6f488d14309d05 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 5 Feb 2026 09:16:15 +0100 Subject: [PATCH] Cambio porta server Kestrel in configurazione debug HTTP a 5000 --- PizzaExpress/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PizzaExpress/Properties/launchSettings.json b/PizzaExpress/Properties/launchSettings.json index e6051b2..505dcec 100644 --- a/PizzaExpress/Properties/launchSettings.json +++ b/PizzaExpress/Properties/launchSettings.json @@ -8,7 +8,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5011" + "applicationUrl": "http://localhost:5000" }, "https": { "commandName": "Project",