deploy
All checks were successful
Deploy / build (push) Successful in 19s

This commit is contained in:
Круглицкий Никита Витальевич 2025-11-21 08:43:22 +06:00
parent 972a9bf8fb
commit 161134da78

View File

@ -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}`)
})