api.js 646 Bytes
// ═══════════════════════════════════════════════════════════════
// CONFIGURACIÓN CENTRAL DE API
// Cambiar la IP aquí actualiza todas las llamadas del proyecto
// ═══════════════════════════════════════════════════════════════

export const API_HOST = 'http://172.20.249.21:8181/presupuesto';
export const DOWNLOAD_BASE = 'https://abierto.economiayfinanzas.gob.bo/presupuesto/descargas/';