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 3fe8600 commit 0232533Copy full SHA for 0232533
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 V2!')
+ res.send('CICD App V3!')
9
})
10
11
app.get('/status', (req, res) => {
0 commit comments