Commit d34caf7b9c66514dd87bb309920154bfc6ea12f2

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

servicio correcto

See merge request modulos-npm/foca-modal-nota-pedido!3
... ... @@ -5,7 +5,7 @@ angular.module('focaModalNotaPedido')
5 5 function($http, API_ENDPOINT) {
6 6 return {
7 7 getNotasPedido: function() {
8   - return $http.get(API_ENDPOINT.URL + '/nota-pedido');
  8 + return $http.get(API_ENDPOINT.URL + '/nota-pedido/listar');
9 9 }
10 10 };
11 11 }