Commit bd2e8eb4ac7f787e24ec126c1d822effec61aac8
1 parent
09ad22dc6f
Exists in
master
fin de refactor de entidad vendedor-cobrador
Showing
1 changed file
with
1 additions
and
1 deletions
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); |