Commit 43c7cce6cb0cc3ee950cbd618ae6b9a960240ab9
1 parent
f6c7d201b2
Exists in
master
Arreglo de url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
... | ... | @@ -16,7 +16,7 @@ angular.module('focaCrearFactura') |
16 | 16 | return $http.get(route + '/turnos/productos/' + numeroPlanilla); |
17 | 17 | }, |
18 | 18 | getUltimosDespachos: function (numeroPlanilla) { |
19 | - return $http.get('http://10.231.45.194:9900' + '/turnos/productos/' + numeroPlanilla + '/true'); | |
19 | + return $http.get(route + '/turnos/productos/' + numeroPlanilla + '/true'); | |
20 | 20 | }, |
21 | 21 | setearDespachoOcupado: function (parametros) { |
22 | 22 | return $http.post(route + '/turnos/despacho-en-uso', parametros); |