You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(weather): enhance API request with custom headers
Added custom headers to the weather data API request to improve compatibility and prevent caching issues. This change includes a User-Agent string to mimic a browser request, which may help in scenarios where the API restricts access based on client type. The update aims to ensure more reliable data retrieval from the weather service.
0 commit comments