We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dac81d7 + 9d7ddba commit 0b7f560Copy full SHA for 0b7f560
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('12')
+ res.send('13')
9
})
10
11
app.get('/health', (req, res) => {
0 commit comments