From 87dfd8af4b1be5db83a3e80ac46146834c574ac2 Mon Sep 17 00:00:00 2001 From: itadmin Date: Fri, 18 Oct 2019 19:32:34 +0530 Subject: [PATCH 1/4] index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c5fce3d..7c3685e 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,6 @@ const app = express(); const port = 3001; app.get('/', function(req, res) { - res.send('app.js is running ruby and node!'); + res.send('app.js is running ruby and nodeee!'); }) app.listen(port, () => console.log(`Server is listening to http://localhost:${port}`)) \ No newline at end of file From e71be9ea5af9aa95e5e936a082b5596823a5ecea Mon Sep 17 00:00:00 2001 From: itadmin Date: Fri, 18 Oct 2019 19:36:00 +0530 Subject: [PATCH 2/4] index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7c3685e..20ddb0e 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,6 @@ const app = express(); const port = 3001; app.get('/', function(req, res) { - res.send('app.js is running ruby and nodeee!'); + res.send('app.js is running ruby and nodeesadcase!'); }) app.listen(port, () => console.log(`Server is listening to http://localhost:${port}`)) \ No newline at end of file From a3a9e88fecdc790f75c2e9b9ad433c6e76b0bae3 Mon Sep 17 00:00:00 2001 From: itadmin Date: Fri, 18 Oct 2019 19:40:04 +0530 Subject: [PATCH 3/4] index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 20ddb0e..c68e1cf 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,6 @@ const app = express(); const port = 3001; app.get('/', function(req, res) { - res.send('app.js is running ruby and nodeesadcase!'); + res.send('app.js is running ruby and nodeesadcasscase!'); }) app.listen(port, () => console.log(`Server is listening to http://localhost:${port}`)) \ No newline at end of file From d44ffb30d103995a5dcb0d3c252e80fcef795994 Mon Sep 17 00:00:00 2001 From: itadmin Date: Fri, 18 Oct 2019 19:42:30 +0530 Subject: [PATCH 4/4] index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c68e1cf..c5fce3d 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,6 @@ const app = express(); const port = 3001; app.get('/', function(req, res) { - res.send('app.js is running ruby and nodeesadcasscase!'); + res.send('app.js is running ruby and node!'); }) app.listen(port, () => console.log(`Server is listening to http://localhost:${port}`)) \ No newline at end of file