summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/api/pedido.js
blob: 7cfb3f706ab2c09a51cad9697171534be9e832aa (plain)
1
2
3
4
5
6
import { apiPost, apiGet, apiDelete, apiPut } from "odi-utils/api";

//GET APIS
export const getPedidosAPI = () => {
    return apiGet('ayuda/')
}