this.express.get('/', function (_this) {
            return function (req, res) {
              res.sendfile('./static/html/keyoverview.html', function (error) {
                if (error != null) {
                  res.redirect(307, '/init');