Skip to content

Commit c6429e7

Browse files
authored
Correct weather history url, closes #90.
1 parent 813cfba commit c6429e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cmfcmf/OpenWeatherMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class OpenWeatherMap
6565
/**
6666
* @var string The basic api url to fetch history weather data from.
6767
*/
68-
private $weatherHistoryUrl = 'http://api.openweathermap.org/data/2.5/history/city?';
68+
private $weatherHistoryUrl = 'http://history.openweathermap.org/data/2.5/history/city?';
6969

7070
/**
7171
* @var AbstractCache|bool $cache The cache to use.

0 commit comments

Comments
 (0)