Merge pull request #198 from Elbandi/master

Fix typo
This commit is contained in:
Matthew Little 2014-05-13 09:41:28 -06:00
commit db94351c3b
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);
});