fix: modificar endpoint

This commit is contained in:
christian.julian 2025-06-15 16:34:23 -06:00
parent 84d5e0a85d
commit 5203a1a5eb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// CONFIGURACIÓN Y CONSTANTES // CONFIGURACIÓN Y CONSTANTES
// ========================================== // ==========================================
const CONFIG = { const CONFIG = {
API_BASE_URL: 'http://localhost:5000/api', API_BASE_URL: 'https://sgcd.lania.edu.mx/api_candidatos',
FILE_PREFIX: 'candidatos' FILE_PREFIX: 'candidatos'
}; };