Test
This commit is contained in:
parent
ff41a1c81e
commit
eb5eb5d914
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue