This commit is contained in:
2021-02-06 15:25:07 +01:00
parent 047f2660f2
commit 1434918f8e
5 changed files with 55 additions and 10 deletions

View File

@@ -128,6 +128,8 @@ router.post("/lunchSet", async (req, res) => {
}
});
// CHANGE LUNCH SET ITEM
router.post("/lunch", async (req, res) => {
try {
const token = req.headers["x-auth-token"];