Skip to content

Commit 648ee38

Browse files
author
Sandip
committed
Edited index.js
1 parent 20c17e9 commit 648ee38

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 V4!')
8+
res.send('CICD App V5!')
99
})
1010

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

0 commit comments

Comments
 (0)