Commit 35e80fb79776b420dc442168138e884a812ede5c
Exists in
master
Merge remote-tracking branch 'upstream/master'
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); |