We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbe37a commit 37c7b67Copy full SHA for 37c7b67
app.js
@@ -5,7 +5,7 @@ const app = express()
5
const PORT = process.env.PORT || 5001
6
7
app.get('/version', (req, res) => {
8
- res.send('21')
+ res.send('24')
9
})
10
11
app.get('/health', (req, res) => {
0 commit comments