ExpressGateway / express-gateway.io

website for Express Gateway on express-gateway.io
27 stars 27 forks source link

Renamed "host" to "hostname" ("usage" zone). #323

Closed mmadaria closed 5 years ago

mmadaria commented 5 years ago

We need to rename the "host" attribute to "hostname" (it's the real name used by "express-gateway/lib/gateway/index.js" file, line 23):

const runningApp = server.listen(serverConfig.port, serverConfig.hostname, () => {