Test ritardo e duplicati

This commit is contained in:
Leocraft1
2025-07-26 21:44:54 +02:00
parent 811ed04e23
commit 1a8aaebdac
2 changed files with 30 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ window.onbeforeunload=searchBar.value="";
window.onbeforeunload=stopCodeBar.value="";
const url = 'https://setaapi.serverissimo.freeddns.org/stoplist';
//const url='http://localhost:5001/stoplist';
fetch(url)
.then(response => {
if (!response.ok) throw new Error("Errore nel caricamento dei dati.");