From eb5eb5d914126cd92662aca55264e6fce909bb57 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 1 Sep 2025 03:06:58 -0600 Subject: [PATCH] Test --- routes/acl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {