Commit dabb86c137b962c82c9a50951268743761d0e203
1 parent
7d2ea6cb17
Exists in
master
and in
1 other branch
servicios correcto
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
... | ... | @@ -20,7 +20,7 @@ angular.module('focaAbmVehiculo') |
20 | 20 | return $http.get(API_ENDPOINT.URL + '/cisterna/listar/' + idVehiculo); |
21 | 21 | }, |
22 | 22 | getCisterna: function(id) { |
23 | - return $http.get(API_ENDPOINT.URL + '/cisterna/' + id); | |
23 | + return $http.get(API_ENDPOINT.URL + '/cisterna/obtener/' + id); | |
24 | 24 | }, |
25 | 25 | guardarCisterna: function(cisterna) { |
26 | 26 | return $http.post(API_ENDPOINT.URL + '/cisterna/guardar', {cisterna: cisterna}); |