Home Manual Reference Source

App/Services/info.js

export default {
  getInfo: (api) => {
    return api.get('/api/json?pretty=true');
  }
};