api.js 110 B

12345
  1. const app = require('../app')
  2. app.run(function(api) {
  3. api.statistics = () => api.get('/api/statistics')
  4. })