1 2 3 4 5 6
import { apiGet } from 'odi-utils/api'; //GET APIS export const getAlmacenesAPI = async () => { return await apiGet(`ayuda/almacen`) }