This commit is contained in:
LukasNowy
2019-03-19 09:45:28 +01:00
parent 8f5e577cca
commit 1146dddac2
234 changed files with 113899 additions and 0 deletions

View File

@ -449,6 +449,10 @@ router.post("/dones", async function (req, res, next) {
});
});
router.get("/dash2", (req, res) => {
res.status(200).render("dash2");
});
module.exports = router;