diff --git a/api/login.js b/api/login.js index 520abf9..5c2fa0b 100644 --- a/api/login.js +++ b/api/login.js @@ -6,7 +6,7 @@ const router = require("express").Router(); router.get("/", function(req, res) { res.sendFile(path.join(__dirname + "/../public/index.html")); }); - +/* router.get("/register", function(req, res) { res.sendFile(path.join(__dirname + "/../public/index.html")); }); @@ -28,7 +28,7 @@ router.post("/register", function(req, res, next) { } ); }); - +*/ router.get("/login", function(req, res) { res.sendFile(path.join(__dirname + "/../public/index.html")); });