ocr design update

This commit is contained in:
LukasNowy
2019-01-28 19:53:40 +01:00
parent c8fe9b045a
commit 2179eecb3d
10 changed files with 1849 additions and 165 deletions

View File

@ -441,7 +441,7 @@ router.post("/dones", async function(req, res, next) {
console.log("So andere sachen: ", req.body.name, req.body.description);
try {
res.status(200).send("Done");
res.status(200).send(await postgres.moveDoneItems(uid, req.body.sl_id, req.body.billcontent));
}
catch(err) {