mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-29 06:37:04 +02:00
fix: bug where newly create cids were not responding via webfinger, 404 on webfinger errors, not 400
This commit is contained in:
@@ -40,7 +40,7 @@ Controller.webfinger = async (req, res) => {
|
||||
|
||||
res.status(200).json(response);
|
||||
} catch (e) {
|
||||
res.sendStatus(400);
|
||||
res.sendStatus(404);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user