This commit is contained in:
Kevin Jahns
2021-01-06 13:22:50 +01:00
parent 3ab927f38a
commit 3c38a81327
2 changed files with 2 additions and 2 deletions

View File

@@ -29,6 +29,6 @@ server.on('upgrade', (request, socket, head) => {
wss.handleUpgrade(request, socket, head, handleAuth)
})
server.listen({host, port})
server.listen({ host, port })
console.log(`running at '${host}' on port ${port}`)