This commit is contained in:
LukasNowy 2019-01-17 22:43:03 +01:00
parent 5a02eb53de
commit 8e96c6933a

View File

@ -329,13 +329,13 @@ router.get("/scan/:idtoken", (req, res) => {
uid = decodedToken.uid;
// HIER WEITER MACHEN
// uid ist nur hier drinen verfügbar
res.render("ocrscan");
}).catch(function(error) {
console.log(error)
});
res.render("ocrscan");
});
module.exports = router;