From b7846c31d7dad293c9a977825b806971d17ae123 Mon Sep 17 00:00:00 2001 From: AndreStork Date: Thu, 29 Jan 2026 08:53:48 +0100 Subject: [PATCH] Cambiato URL in endpoint di release --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 35e96e2..e0665c5 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const apiUrl = "https://localhost:7297"; // Inserire qui l'URL del web server Kestrel +const apiUrl = "http://localhost:5000"; // Inserire qui l'URL del web server Kestrel function listPizze(){ let reply;