Update index.ts

master
qwertyforce 2023-10-20 20:45:44 +03:00
parent a057b92072
commit 68083f4653
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function main() {
reply.hijack()
})
server.listen({port:port, host:config.host}, function (err, address) {
server.listen({port:port, host:config.host_ip}, function (err, address) {
if (err) {
console.error(err)
process.exit(1)