From da5eb5c9236e916ff8fac3672db43b5309884582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Sat, 1 Jun 2013 23:49:12 +0200 Subject: [PATCH] Started editing and adding real content. --- server.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.js b/server.js index 5134fa4..4c6d23e 100644 --- a/server.js +++ b/server.js @@ -72,6 +72,8 @@ app.get('/', function (req, res) { players.push(row.name); }); + console.log(players); + res.render('index', { title: 'My Game',