From 6f5fc69d4c518efb54814efa028baed797008ab3 Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Sun, 5 Jun 2022 18:37:58 -0500 Subject: Add get Camiones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit redux y más funciona de camiones #TODO - añadir todos los puntos - Mejorar el path del punto con funcion - añadir tiempos segun distancia - estetica al final (camion, colores, etc) - Arreglar combos - Añadir los reducer de pedidos, rutas, almacen --- front/odiparpack/app/api/camion.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 front/odiparpack/app/api/camion.js (limited to 'front/odiparpack/app/api/camion.js') diff --git a/front/odiparpack/app/api/camion.js b/front/odiparpack/app/api/camion.js new file mode 100644 index 0000000..8229bbf --- /dev/null +++ b/front/odiparpack/app/api/camion.js @@ -0,0 +1,6 @@ +import { apiGet } from '../utils/odipar/api'; + +//GET APIS +export const getCamionAPI = async () => { + return await apiGet(`camion/`) +} -- cgit v1.2.3