More login-stuff
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user