ocr
This commit is contained in:
parent
5a02eb53de
commit
8e96c6933a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user