From bdf7424651effee2b424afbb51a01dfa5283294f Mon Sep 17 00:00:00 2001 From: Cyril flair <78265858+Cyrilflair@users.noreply.github.com> Date: Thu, 15 Jul 2021 23:41:54 +0530 Subject: [PATCH] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 96d3780..3b51eb0 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const config = require('config') console.log(config); app.get('/', (req, res) => { - res.send('CICD App V2!') + res.send('CICD App V1!') }) app.get('/status', (req, res) => { @@ -15,4 +15,4 @@ app.get('/status', (req, res) => { app.listen(port, () => { console.log(`Example app listening at http://localhost:${port}`) -}) \ No newline at end of file +})