From bb27edaf237e20ddccd6022782ef7f831b681f4e Mon Sep 17 00:00:00 2001 From: "christian.julian" Date: Sun, 15 Jun 2025 16:39:40 -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 1b6c517..7fbb8a0 100644 --- a/js/consultar-api.js +++ b/js/consultar-api.js @@ -2,7 +2,7 @@ // CONFIGURACIÓN Y CONSTANTES // ========================================== const CONFIG = { - API_BASE_URL: 'https://sgcd.lania.edu.mx/api_candidatos', + API_BASE_URL: 'https://sgcd.lania.edu.mx/api_candidatos', // base para OAuth y candidatos FILE_PREFIX: 'candidatos' };