diff --git a/libs/website.js b/libs/website.js index 4156d1f..3b41490 100644 --- a/libs/website.js +++ b/libs/website.js @@ -240,7 +240,7 @@ module.exports = function(logger){ next(); }); - app.get('/key.html', function(reg, res, next){ + app.get('/key.html', function(req, res, next){ res.end(keyScriptProcessed); });