mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-04 01:01:02 +08:00
2 lines
74 B
JavaScript
2 lines
74 B
JavaScript
export default (userHost) => process.env.HOST || userHost || 'localhost';
|