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