From 43c7cce6cb0cc3ee950cbd618ae6b9a960240ab9 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Sat, 27 Jul 2019 18:47:25 -0300 Subject: [PATCH] Arreglo de url --- src/js/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/service.js b/src/js/service.js index 77e1897..aeea056 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -16,7 +16,7 @@ angular.module('focaCrearFactura') return $http.get(route + '/turnos/productos/' + numeroPlanilla); }, getUltimosDespachos: function (numeroPlanilla) { - return $http.get('http://10.231.45.194:9900' + '/turnos/productos/' + numeroPlanilla + '/true'); + return $http.get(route + '/turnos/productos/' + numeroPlanilla + '/true'); }, setearDespachoOcupado: function (parametros) { return $http.post(route + '/turnos/despacho-en-uso', parametros); -- 1.9.1