router.get(path, (req, res) => {
    var object = func();
    if (object) {
      res.json(object);
    } else {