app-api-service.js 101 B

123
  1. module.exports = function(api, $http) {
  2. this.statistics = () => api($http.get('/api/statistics'))
  3. }