From 5203a1a5eb497f6bbcb441b85661ee1328634b8e Mon Sep 17 00:00:00 2001 From: "christian.julian" Date: Sun, 15 Jun 2025 16:34:23 -0600 Subject: [PATCH] fix: modificar endpoint --- js/consultar-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' };