import { apiPost, apiGet, apiDelete, apiPut } from "odi-utils/api"; //GET APIS export const getPedidosAPI = () => { return apiGet('ayuda/') }