From 0638511638c72734d03468080c2334ec73b5d1f2 Mon Sep 17 00:00:00 2001 From: accius Date: Sun, 1 Feb 2026 22:51:02 -0500 Subject: [PATCH] healthcheck fix --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 59516f3..26bd7a5 100644 --- a/server.js +++ b/server.js @@ -2811,7 +2811,7 @@ app.get('*', (req, res) => { // START SERVER // ============================================ -app.listen(PORT, () => { +app.listen(PORT, '0.0.0.0', () => { console.log(''); console.log('╔═══════════════════════════════════════════════════════╗'); console.log('║ ║');