Started editing and adding real content.
This commit is contained in:
parent
5c89751338
commit
818311388c
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ app.get('/', function (req, res) {
|
|||
console.log('Querying players');
|
||||
|
||||
database.each("SELECT * FROM players", function(err, row) {
|
||||
console.log(row.name);
|
||||
players.push(row.name);
|
||||
});
|
||||
console.log('Query finished');
|
||||
|
|
Loading…
Reference in a new issue