summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/api/camion.js
blob: 8229bbf69f15678e6eac8ec984a683f83d241bd1 (plain)
1
2
3
4
5
6
import { apiGet } from '../utils/odipar/api';

//GET APIS
export const getCamionAPI = async () => {
    return await apiGet(`camion/`)
}