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 8dab776 commit 2b01cbfCopy full SHA for 2b01cbf
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 V6!')
+ res.send('CICD App V7!')
9
})
10
11
app.get('/status', (req, res) => {
0 commit comments