This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
alancnet
/
special-dispatch-app
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
af2064aedb
Ramas
Etiquetas
master
special-dispatc...
/
app
/
app-api-service.js
app-api-service.js
101 B
Histórico
Raw
1
2
3
module.exports = function(api, $http) {
this.statistics = () => api($http.get('/api/statistics'))
}