fixes
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user