mirror of
https://github.com/dariusk/express-activitypub.git
synced 2024-11-22 07:11:00 +00:00
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
|
@ -68,6 +68,7 @@ router.post('/create', function (req, res) {
|
||||||
catch(e) {
|
catch(e) {
|
||||||
res.status(200).json({error: e});
|
res.status(200).json({error: e});
|
||||||
}
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
|
|
Loading…
Reference in a new issue