swipe, zoeken op producten, beter toevoegen in lijsten
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user