Commit 66da13c695e89915577b877f57237f7a1f000b49

Authored by Eric Fernandez
1 parent e21c618a70
Exists in master

console log on query

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
... ... @@ -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';