We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c17e9 commit 648ee38Copy full SHA for 648ee38
index.js
@@ -5,7 +5,7 @@ const config = require('config')
5
console.log(config);
6
7
app.get('/', (req, res) => {
8
- res.send('CICD App V4!')
+ res.send('CICD App V5!')
9
})
10
11
app.get('/status', (req, res) => {
0 commit comments