Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbiatturi committed Jan 10, 2024
1 parent 19526b2 commit 7327b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ app.get('/version', (req, res) => {
})

app.get('/health', (req, res) => {
throw 'error...'
// eslint-disable-next-line no-unreachable
res.send('ok')
})

Expand Down

0 comments on commit 7327b25

Please sign in to comment.