Update index.ts
parent
a057b92072
commit
68083f4653
|
@ -150,7 +150,7 @@ function main() {
|
||||||
reply.hijack()
|
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) {
|
if (err) {
|
||||||
console.error(err)
|
console.error(err)
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
|
|
Loading…
Reference in New Issue