From 9872dad135eb25dda592c9542b4ad8477bd69fed Mon Sep 17 00:00:00 2001 From: Indlak2025 <86649319+Indlak2025@users.noreply.github.com> Date: Mon, 4 Oct 2021 00:02:26 +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..93011c6 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 V3!') }) 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 +})