This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
alancnet
/
special-dispatch-app
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2492cbc9ba
Rami (Branch)
Tag
master
special-dispatc...
/
app
/
app-api-service.js
app-api-service.js
101 B
Cronologia
Originale
1
2
3
module.exports = function(api, $http) {
this.statistics = () => api($http.get('/api/statistics'))
}