This commit is contained in:
Elbandi 2014-05-12 23:17:00 +02:00
parent d6ee15e8f0
commit 5d15fe9dbf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});