diff --git a/api/login.js b/api/login.js index 779ca41..4a97581 100644 --- a/api/login.js +++ b/api/login.js @@ -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( diff --git a/public/login.html b/public/login.html deleted file mode 100644 index fde1726..0000000 --- a/public/login.html +++ /dev/null @@ -1,24 +0,0 @@ - - - Vinlottis - - - - -

Official vin lottis homepage

-
- - - -
- - - - diff --git a/public/register.html b/public/register.html deleted file mode 100644 index 8c8ff49..0000000 --- a/public/register.html +++ /dev/null @@ -1,24 +0,0 @@ - - - Vinlottis - - - - -

Official vin lottis homepage

-
- - - -
- - - -