This commit is contained in:
Christopher Cookman 2025-09-01 03:06:58 -06:00
parent ff41a1c81e
commit eb5eb5d914

View file

@ -240,7 +240,7 @@ router.post('/bulk-add', async (req, res) => { // Process bulk add of ACL entrie
} }
} }
return res.status(200).json({ results }); return res.sendStatus(201);
}); });
router.ws("/bulk-add", (ws, req) => { router.ws("/bulk-add", (ws, req) => {