Skip to content

Commit 37c7b67

Browse files
committed
health check success test with push
1 parent 2fbe37a commit 37c7b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const app = express()
55
const PORT = process.env.PORT || 5001
66

77
app.get('/version', (req, res) => {
8-
res.send('21')
8+
res.send('24')
99
})
1010

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

0 commit comments

Comments
 (0)