diff --git a/app.js b/app.js index 2e0b423..f362cff 100644 --- a/app.js +++ b/app.js @@ -33,7 +33,7 @@ app.get("/dashboard", function(req, res){ }); /*----------------------------------------- ---------------- SIGN UP ------------------- +--------------- SIGN-UP ------------------- -----------------------------------------*/ app.post('/signup', function(req, res){ @@ -80,7 +80,7 @@ app.post('/signup', function(req, res){ }); /*----------------------------------------- ----------------- LOG IN ------------------- +---------------- LOG-IN ------------------- -----------------------------------------*/ app.post("/signin", function(req, res){ @@ -280,4 +280,4 @@ app.post('/gettips', function(req, res){ app.listen(app.get('port'), function(){ console.log("Server running on port " + app.get('port')); -}); \ No newline at end of file +});