From 59ff73b4e1779ce1b5bd7933a163808b7d101c36 Mon Sep 17 00:00:00 2001 From: tu1306 Date: Mon, 17 Jan 2022 16:45:42 +0700 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..7225435 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 V2.1!') }) 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 +})