Commit b7f16570616eb9458ae033fb293b15b94b2572c5
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !31
Showing
1 changed file
Show diff stats
src/js/service.js
... | ... | @@ -8,7 +8,7 @@ angular.module('focaCrearCobranza') |
8 | 8 | return $http.get(API_ENDPOINT.URL + '/moneda/' + id); |
9 | 9 | }, |
10 | 10 | getUsuario: function(idUsuario) { |
11 | - return $http.get(API_ENDPOINT.URL + '/vendedores/obtener/' + idUsuario); | |
11 | + return $http.get(API_ENDPOINT.URL + '/vendedor-cobrador/' + idUsuario); | |
12 | 12 | }, |
13 | 13 | guardarCobranza: function(cobranza) { |
14 | 14 | return $http.post(API_ENDPOINT.URL + '/recibo/guardar', cobranza); |