fix: modificar endpoint
This commit is contained in:
parent
84d5e0a85d
commit
5203a1a5eb
|
@ -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'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue