mirror of
https://github.com/dariusk/express-activitypub.git
synced 2024-11-21 15:00:58 +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) {
|
||||
res.status(200).json({error: e});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
|
Loading…
Reference in a new issue