update API_HOST to internal IP
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -3,5 +3,5 @@ | ... | @@ -3,5 +3,5 @@ |
| 3 | // Cambiar la IP aquí actualiza todas las llamadas del proyecto | 3 | // Cambiar la IP aquí actualiza todas las llamadas del proyecto |
| 4 | // ═══════════════════════════════════════════════════════════════ | 4 | // ═══════════════════════════════════════════════════════════════ |
| 5 | 5 | ||
| 6 | -export const API_HOST = 'https://abierto.economiayfinanzas.gob.bo/presupuesto'; | 6 | +export const API_HOST = 'http://172.20.249.21:8181/presupuesto'; |
| 7 | export const DOWNLOAD_BASE = 'https://abierto.economiayfinanzas.gob.bo/presupuesto/descargas/'; | 7 | export const DOWNLOAD_BASE = 'https://abierto.economiayfinanzas.gob.bo/presupuesto/descargas/'; | ... | ... |
-
Please register or login to post a comment