Commit 67844e5b9e78dd6e4f47cf93d8e3270de23e0994
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !4
Showing
1 changed file
Show diff stats
index.js
... | ... | @@ -12,6 +12,8 @@ app.listen(config.servidornode.port); |
12 | 12 | |
13 | 13 | app.get('/tank-info/:tank*?', function (req, res) { |
14 | 14 | |
15 | + console.log('Se realiza consulta de tankes, ' + req.ip); | |
16 | + | |
15 | 17 | socket.initConection(port, host); |
16 | 18 | |
17 | 19 | var numberTank = req.params.tank ? req.params.tank : '00'; |