Merge branch 'main' of github.com:tatvil/aplicacionesdevanguardia

This commit is contained in:
Tatiana Villa 2026-02-06 09:27:51 +00:00
commit 33b8d81dce
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ async function loadStats() {
async function loadStatsToday() { async function loadStatsToday() {
try { try {
const response = await fetch(API_URL_TODAY); const response = await fetch(API_URL);
if (!response.ok) throw new Error("Error cargando datos: " + response.status); if (!response.ok) throw new Error("Error cargando datos: " + response.status);
const data = await response.json(); const data = await response.json();