mirror of https://github.com/BTCPrivate/z-nomp.git
Fix typo
This commit is contained in:
parent
d6ee15e8f0
commit
5d15fe9dbf
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue