Reso il messaggio di aggiunta pizza più chiaro

This commit is contained in:
2025-11-13 09:24:40 +01:00
parent 85afdbdbbe
commit c4475a1458

View File

@@ -104,7 +104,7 @@ function addPizza(id, nome, prezzo){
fetch(apiUrl + "/api/pizze", requestOptions)
.then((response) => response.text())
.then((result) => {
alert("Pizza aggiunta con successo!");
alert("Pizza aggiunta con successo! Ricarica la lista per mostrarla in pagina.");
window.close();
})
.catch((error) => {