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