Started editing and adding real content.

This commit is contained in:
José Carlos Cuevas 2013-06-01 23:19:28 +02:00
parent e3fe70ad60
commit b2d0024fda

View file

@ -65,7 +65,7 @@ app.get('/', function (req, res) {
});
database.each("SELECT * FROM players", function(err, row) {
players.push(row.name);
players.push(row["name"]);
});
});