another test change
This commit is contained in:
parent
68a20fd71c
commit
426c8578e5
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ app.use('/', (req, res, next) => {
|
|||
app.listen(port, hostname, () => console.log(`server running on http://${hostname}:${port}`))
|
||||
|
||||
|
||||
const players = {
|
||||
|
||||
}
|
||||
const players = {}
|
||||
const games = {}
|
||||
|
||||
const wss = new WebSocketServer(config.ws);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue