From afda43ea404521f0d903a1af28c11b863731f773 Mon Sep 17 00:00:00 2001 From: vinaygudihal <44022699+vinaygudihal@users.noreply.github.com> Date: Sun, 28 Oct 2018 10:22:49 +0530 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index e8b3ab1..d04ccd2 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ app.set('view engine','ejs'); //static files app.use(express.static('public')); -//lisen to port +//lisen to port 3000 app.listen(3000); console.log("listening to 3000");