camera, snapshots, ocr v.1

This commit is contained in:
LukasNowy
2019-01-17 22:13:00 +01:00
parent 26b9e99778
commit 90351cc74f
12 changed files with 21720 additions and 0 deletions

View File

@ -294,4 +294,8 @@ router.get("/invite/:link", async (req, res) => {
});
});
router.get("/scan", (req, res) => {
res.render("ocrscan");
});
module.exports = router;