Started editing and adding real content.
This commit is contained in:
parent
6f58d0cfe8
commit
da5eb5c923
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ app.get('/', function (req, res) {
|
|||
players.push(row.name);
|
||||
});
|
||||
|
||||
console.log(players);
|
||||
|
||||
res.render('index',
|
||||
{
|
||||
title: 'My Game',
|
||||
|
|
Loading…
Reference in a new issue