Skip to content

Commit

Permalink
Merge pull request #3 from gbiatturi/feature/test-branch-rules
Browse files Browse the repository at this point in the history
[feature] Exercise 11.17
  • Loading branch information
gbiatturi authored Jan 11, 2024
2 parents 84451fb + 8e3c3ad commit a00b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PORT = process.env.PORT || 5000
app.use(express.static('dist'))

app.get('/version', (req, res) => {
res.send('2')
res.send('3')
})

app.get('/health', (req, res) => {
Expand Down

0 comments on commit a00b2cc

Please sign in to comment.