Img route fix (remove whitespaces) / LunchMenu quantities

This commit is contained in:
2020-12-27 13:00:55 +01:00
parent 08960ff514
commit 57084618c4
4 changed files with 15 additions and 8 deletions

View File

@@ -134,6 +134,7 @@ router.post("/lunch", async (req, res) => {
req.body.restaurantId,
req.body.setName,
req.body.dishId,
req.body.quantity,
req.body.action
);
res.sendStatus(200);