This commit is contained in:
parent
972a9bf8fb
commit
161134da78
@ -26,6 +26,6 @@ server.on('upgrade', (request, socket, head) => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
server.listen(port, host, () => {
|
server.listen(port, () => {
|
||||||
console.log(`running at '${host}' on port ${port}`)
|
console.log(`running at '${host}' on port ${port}`)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user