Merge pull request #10 from Utopiah/patch-1
closing crypto.generateKeyPair() properly
This commit is contained in:
commit
b6ad884424
1 changed files with 1 additions and 0 deletions
|
@ -69,5 +69,6 @@ router.post('/create', function (req, res) {
|
||||||
res.status(200).json({error: e});
|
res.status(200).json({error: e});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
|
|
Loading…
Reference in a new issue