Fix Mapa Municipios - Limpieza y Optimización de Workers

This commit is contained in:
2025-10-18 21:27:30 -03:00
parent 2b7fb927e2
commit 069446b903
10 changed files with 224 additions and 1079 deletions

View File

@@ -324,7 +324,6 @@ export const getHomeResumenNacional = async (eleccionId: number, categoriaId: nu
eleccionId: eleccionId.toString(),
categoriaId: categoriaId.toString(),
});
// Apunta al nuevo endpoint que creamos
const url = `/elecciones/home-resumen-nacional?${queryParams.toString()}`;
const { data } = await apiClient.get(url);
return data;