getPeople()

in src/web-ui/src/utils/gateway.js [28:30]


  getPeople() {
    return request("/people");
  },