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