0412Xu commited on
Commit
f541a27
·
verified ·
1 Parent(s): b3dfffb

Update src/app.js

Browse files
Files changed (1) hide show
  1. src/app.js +1 -1
src/app.js CHANGED
@@ -149,6 +149,6 @@ if (config.refresh.enabled) {
149
  console.log('未启用自动刷新 Cookie,如需启用请设置环境变量 ENABLE_AUTO_REFRESH=true');
150
  }
151
 
152
- app.listen(config.port, () => {
153
  console.log(`The server listens port: ${config.port}`);
154
  });
 
149
  console.log('未启用自动刷新 Cookie,如需启用请设置环境变量 ENABLE_AUTO_REFRESH=true');
150
  }
151
 
152
+ app.listen(config.port,'0.0.0.0',()=> {
153
  console.log(`The server listens port: ${config.port}`);
154
  });