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