From ca3e7848dfee60f2e1d2feeb43b11babe0929dba Mon Sep 17 00:00:00 2001 From: baxxtee <104707778+baxxtee@users.noreply.github.com> Date: Tue, 4 Mar 2025 04:35:40 +0300 Subject: [PATCH] app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 3798f0e..8ee8377 100644 --- a/app.js +++ b/app.js @@ -56,4 +56,4 @@ app.use(express.json()); // listen to port const PORT = process.env.PORT || 5000; -app.listen(PORT, () => console.log('Server started and running on port ' + PORT)); +app.listen(PORT, '0.0.0.0', () => console.log('Server started and running on port ' + PORT));