Merge pull request #10 from Utopiah/patch-1

closing crypto.generateKeyPair() properly
This commit is contained in:
Darius Kazemi 2020-10-03 09:47:32 -07:00 committed by GitHub
commit b6ad884424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ router.post('/create', function (req, res) {
catch(e) {
res.status(200).json({error: e});
}
});
});
module.exports = router;