mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 17:30:48 +00:00
Test ritardo e duplicati
This commit is contained in:
@@ -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.");
|
||||
|
Reference in New Issue
Block a user