mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 08:56:02 +00:00
Replace the fallback assignment of serverAddress in `web/src/pages/Home/index.jsx` to use a template literal for `window.location.origin`. - Aligns with the preferred style for constructing base URLs - Keeps formatting consistent across the app - No functional changes; behavior remains the same - Lint passes with no new warnings or errors Files affected: - web/src/pages/Home/index.jsx