Revert API url

This commit is contained in:
2025-11-15 16:27:11 +01:00
parent 941d7b3447
commit a3a51cd737
3 changed files with 5 additions and 6 deletions

View File

@@ -111,8 +111,8 @@ document.getElementById('bacino').addEventListener('change', function(event) {
const selectedOption = event.target.value;
currentSelectedOption = selectedOption;
//const urlFermate = `https://api.vichingo455.freeddns.org/fermateapi/bacino?selectedOption=${selectedOption}`;
const urlFermate = `https://startapi.serverissimo.freeddns.org/bacino?selectedOption=${selectedOption}`;
const urlFermate = `https://api.vichingo455.freeddns.org/fermateapi/bacino?selectedOption=${selectedOption}`;
//const urlFermate = `https://startapi.serverissimo.freeddns.org/bacino?selectedOption=${selectedOption}`;
const radiobuttons = document.getElementById('radios');
const ricerca = document.getElementById('ricerca');