Changed API URL to development HTTPS web server

This commit is contained in:
2025-12-04 08:39:19 +01:00
parent 67fbedba7d
commit e67df056b6

View File

@@ -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;