swipe, zoeken op producten, beter toevoegen in lijsten

This commit is contained in:
2026-09-06 20:44:04 +02:00
parent ce07575d5e
commit a4d61ca26c
13 changed files with 437 additions and 157 deletions
+6
View File
@@ -199,6 +199,12 @@ router.post(
ShoppingListController.toggleItem.bind(ShoppingListController)
);
router.post(
"/lists/:id/items/:itemId/amount",
auth,
ShoppingListController.updateItemAmount.bind(ShoppingListController)
);
router.post(
"/lists/:id/items/reset",
auth,