More login-stuff

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-20 16:42:07 +01:00
parent ede044c1dd
commit 63a73588fb
3 changed files with 1 additions and 49 deletions

View File

@@ -30,7 +30,7 @@ router.post("/register", function(req, res, next) {
});
router.get("/login", function(req, res) {
res.sendFile(path.join(__dirname + "/../public/login.html"));
res.sendFile(path.join(__dirname + "/../public/index.html"));
});
router.post(