Skip to content

Commit

Permalink
Revert url change I made during testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 29, 2015
1 parent 1a73383 commit b903ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php
Expand Up @@ -20,8 +20,8 @@
*/
class Horde_Service_Weather_Wwo extends Horde_Service_Weather_Base
{
const API_URL = 'http://api.worldweatheronline.com/free/v2/weather.ashx';
const SEARCH_URL = 'http://api.worldweatheronline.com/free/v2/search.ashx';
const API_URL = 'http://api.worldweatheronline.com/free/v1/weather.ashx';
const SEARCH_URL = 'http://api.worldweatheronline.com/free/v1/search.ashx';

const API_URL_v2 = 'https://api.worldweatheronline.com/free/v2/weather.ashx';
const SEARCH_URL_v2 = 'https://api.worldweatheronline.com/free/v2/search.ashx';
Expand Down

0 comments on commit b903ef3

Please sign in to comment.