This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
alancnet
/
special-dispatch-app
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
2492cbc9ba
Branches
Tags
master
special-dispatc...
/
app
/
app-api-service.js
app-api-service.js
101 B
Verlauf
Originalformat
1
2
3
module.exports = function(api, $http) {
this.statistics = () => api($http.get('/api/statistics'))
}