This commit is contained in:
Curry141 2025-07-26 11:43:52 +02:00 committed by GitHub
parent 3f9a928ed7
commit a536f0cf42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ document.getElementById('bacino').addEventListener('change', function(event) {
const resultsContainer = document.getElementById('searchResults');
resultsContainer.innerHTML = '<p>Caricamento lista fermate in corso...</p>';
fetch(`https://startapi.serverissimo.freeddns.org/start-fermatebus/bacino?selectedOption=${selectedOption}`)
fetch(`https://startapi.serverissimo.freeddns.org/bacino?selectedOption=${selectedOption}`)
.then(res => res.json())
.then(data => {
allOptions = data;