async items()

in src/ui/src/services/RetailEdge.js [65:67]


  async items() {
    return get(`${API_SERVER_URL}/api/items`, HEADERS);
  },