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 00cd8ff commit c9e857dCopy full SHA for c9e857d
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