diff --git a/index.js b/index.js index fa16e87..f759a98 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,8 @@ app.listen(config.servidornode.port); app.get('/tank-info/:tank*?', function (req, res) { + console.log('Se realiza consulta de tankes, ' + req.ip); + socket.initConection(port, host); var numberTank = req.params.tank ? req.params.tank : '00';