Skip to content

Commit 2b01cbf

Browse files
author
Sandip Das
committed
v7 changes
1 parent 8dab776 commit 2b01cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config = require('config')
55
console.log(config);
66

77
app.get('/', (req, res) => {
8-
res.send('CICD App V6!')
8+
res.send('CICD App V7!')
99
})
1010

1111
app.get('/status', (req, res) => {

0 commit comments

Comments
 (0)