this.express.all('*', (function(_this) {
        return function(req, res) {
          res.send(404, "File not found");
        };
      })(this));