angular.module('focaAbmCliente') .factory('focaAbmCliente', ['$http', 'API_ENDPOINT', function($http, API_ENDPOINT) { return { }; }]);