diff --git a/app.js b/app.js index 2aaad68..11f26c4 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 = '2'; app.get('/', (req, res) => { // set response content