con filtros
This commit is contained in:
parent
0348fe6a42
commit
e87de394d7
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Estadísticas | El Tiempo</title>
|
||||
<link rel="shortcut icon" href="tatianalogo.png" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="/img/tatianalogo.png" type="image/x-icon">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/estilos.css">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ 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 = "http://tatvil.es/apis/api/weather/all"; // Temporalmente apuntamos a /all ya que el backend Java aún no implementa filtros. Filtraremos en el frontend por ahora.
|
||||
const BASE_API = "http://tatvil.es/apis/api/weather/filter";
|
||||
//const BASE_API = "http://tatvil.es/apis/api/weather/all";
|
||||
|
||||
// ====================
|
||||
// Construir URL de API según filtros
|
||||
|
|
|
|||
Loading…
Reference in New Issue