From ee671eaaad626b33a3f76b6862d8534752498d63 Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Sun, 22 Feb 2026 00:43:13 +0100 Subject: [PATCH] http por https --- eltiempo/js/estadisticas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eltiempo/js/estadisticas.js b/eltiempo/js/estadisticas.js index 7956f2b..16a4bd6 100644 --- a/eltiempo/js/estadisticas.js +++ b/eltiempo/js/estadisticas.js @@ -10,7 +10,7 @@ let selectedMonth = new Date().getMonth(); // mes actual let ciudadActual = "Madrid"; // ciudad por defecto // const BASE_API = "https://aplicacionesdevanguardia.es/eltiempo/servidor/api-weather-fechas.php"; -const BASE_API = "http://tatvil.es/apis/api/weather/filter"; +const BASE_API = "https://tatvil.es/apis/api/weather/filter"; //const BASE_API = "http://tatvil.es/apis/api/weather/all"; // ====================