From 2ebd5ea2d72bd1f4692d0cd7b1c61bce918f356f Mon Sep 17 00:00:00 2001 From: monishakumar31 <144446681+monishakumar31@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:56:34 +0530 Subject: [PATCH] Update app.js to 10 version --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 2aaad68..6b449ed 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ const app = express(); const hostname = '127.0.0.1'; // Your server ip address const port = 3000; -const version = '3,000,000'; +const version = '10'; app.get('/', (req, res) => { // set response content