From fbd8384810eaaf815ed274ffc8b84403071473af Mon Sep 17 00:00:00 2001 From: Hashir Abbasi <151149412+hashirabbasi@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:04:24 -0700 Subject: [PATCH] Update app.js --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index b96c6ab..48a92dc 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,7 @@ const express = require('express'); const app = express(); -const hostname = '127.0.0.1'; // Your server ip address +const hostname = '0.0.0.0'; // Listen on all network interfaces + const port = 3000; const version = '1.0.0';