We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
health
1 parent dea2bca commit 213cb6cCopy full SHA for 213cb6c
app.js
@@ -9,8 +9,6 @@ app.get('/version', (req, res) => {
9
})
10
11
app.get('/health', (req, res) => {
12
- // eslint-disable-next-line no-constant-condition
13
- if (true) throw('error... ')
14
res.send('ok')
15
16
0 commit comments