From e67df056b6cebe2ec6a26c3dcb173d43e2c561dd Mon Sep 17 00:00:00 2001 From: Andrea Date: Thu, 4 Dec 2025 08:39:19 +0100 Subject: [PATCH] Changed API URL to development HTTPS web server --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 7346f36..49fa41f 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const apiUrl = "http://localhost:5011"; +const apiUrl = "https://localhost:7297"; // Inserire qui l'URL del web server Kestrel function listPizze(){ let reply;