From 8af21596e09d9668b92e2ca70a20212b02490a74 Mon Sep 17 00:00:00 2001 From: Serkan Calis Date: Fri, 13 Sep 2024 10:51:55 +0300 Subject: [PATCH] just a test --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 834933bd23..98e6e9d0cb 100644 --- a/app.js +++ b/app.js @@ -5,7 +5,7 @@ const app = express() const PORT = process.env.PORT || 5001 app.get('/version', (req, res) => { - res.send('6') + res.send('7') }) app.get('/health', (req, res) => {