Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 4440cf4

Browse files
authored
Update index.js
1 parent f6b20a8 commit 4440cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ const app = express()
33
const port = process.env.PORT || 3000
44

55
app.get('/', (req, res) => {
6-
res.send('Hello World! (CodeDeploy Example)')
6+
res.send('Hello World! (CodeDeploy Example) 2')
77
})
88

99
app.get('/health', (req, res) => {
1010
res.json({
1111
status: 'OK',
12-
version: '2.0.0',
12+
version: '2.0.1',
1313
})
1414
})
1515

0 commit comments

Comments
 (0)