commit
db94351c3b
@ -240,7 +240,7 @@ module.exports = function(logger){
|
|||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/key.html', function(reg, res, next){
|
app.get('/key.html', function(req, res, next){
|
||||||
res.end(keyScriptProcessed);
|
res.end(keyScriptProcessed);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user