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