zie vorige message

This commit is contained in:
2026-08-09 19:55:00 +02:00
parent c37b8956d4
commit 7ef4852efd
15 changed files with 98 additions and 16 deletions
+6
View File
@@ -167,6 +167,12 @@ router.post(
ShoppingListController.toggleItem.bind(ShoppingListController)
);
router.post(
"/lists/:id/items/reset",
auth,
ShoppingListController.resetItems.bind(ShoppingListController)
);
router.delete(
"/lists/:id/items/:itemId",
auth,