diff --git a/js/consultar-api.js b/js/consultar-api.js index a2c1be9..1b6c517 100644 --- a/js/consultar-api.js +++ b/js/consultar-api.js @@ -2,7 +2,7 @@ // CONFIGURACIÓN Y CONSTANTES // ========================================== const CONFIG = { - API_BASE_URL: 'http://localhost:5000/api', + API_BASE_URL: 'https://sgcd.lania.edu.mx/api_candidatos', FILE_PREFIX: 'candidatos' };