We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813cfba commit c6429e7Copy full SHA for c6429e7
Cmfcmf/OpenWeatherMap.php
@@ -65,7 +65,7 @@ class OpenWeatherMap
65
/**
66
* @var string The basic api url to fetch history weather data from.
67
*/
68
- private $weatherHistoryUrl = 'http://api.openweathermap.org/data/2.5/history/city?';
+ private $weatherHistoryUrl = 'http://history.openweathermap.org/data/2.5/history/city?';
69
70
71
* @var AbstractCache|bool $cache The cache to use.
0 commit comments