From 5016322819c5bf11a112dcf5a866ee165ec83e9a Mon Sep 17 00:00:00 2001 From: Atul Agarwal Date: Thu, 1 Oct 2020 23:29:49 +0530 Subject: [PATCH] Update app.js --- app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +});