Compare commits
4 Commits
d5335a3cba
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
161134da78 | ||
|
|
972a9bf8fb | ||
|
|
1fe53578d4 | ||
|
|
8634dc6286 |
@@ -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}`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user