From 93391f8f3cba488dbfc6128d7cb93fa57e273ef7 Mon Sep 17 00:00:00 2001 From: Marcelo Sanchez Date: Fri, 12 Dec 2025 08:49:45 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9e8a28c..95fcc14 100644 --- a/index.js +++ b/index.js @@ -194,6 +194,6 @@ app.post("/webhook", express.json(), function (req, res) { let port = process.env.port || 3092; -app.listen(port, () => { +app.listen(port, "0.0.0.0", () => { console.log("Estamos ejecutando el servidor en el puerto " + port); }); \ No newline at end of file