diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js index a0382995c5..9c8c15cd7f 100644 --- a/src/http/api/routes/webui.js +++ b/src/http/api/routes/webui.js @@ -20,7 +20,7 @@ module.exports = [ const address = multiaddr(gateway).nodeAddress() port = address.port - host = address.host + host = address.address } catch (err) { // may not have gateway configured log.error(err)