diff --git a/server.ts b/server.ts index cf21eda6af..b35b1bdba2 100644 --- a/server.ts +++ b/server.ts @@ -562,7 +562,7 @@ function createHttpsServer(keys) { */ function run() { const port = environment.ui.port || 4000; - const host = environment.ui.host || '/'; + const host = environment.ui.host; // Start up the Node server const server = app();