mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
fix: missing req.body when parsing ActivityPub requests
This commit is contained in:
@@ -99,7 +99,7 @@ Controller.getInbox = async (req, res) => {
|
||||
};
|
||||
|
||||
Controller.postInbox = async (req, res) => {
|
||||
console.log(req.body);
|
||||
console.log('received', req.body);
|
||||
|
||||
res.sendStatus(201);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user