diff --git a/routes/acl.js b/routes/acl.js index 36a996c..754bc03 100644 --- a/routes/acl.js +++ b/routes/acl.js @@ -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) => {