Skip to content

Commit

Permalink
Update API url in SunlightOpenStates.php
Browse files Browse the repository at this point in the history
Changed from `http://...` to `https://...`
  • Loading branch information
evanhsu committed Dec 29, 2016
1 parent 7d2a5dd commit 0a5f10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FurryBear/Provider/Source/SunlightOpenStates.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SunlightOpenStates extends AbstractProvider
/**
* The domain of the API.
*/
const SERVICE_URL = 'http://openstates.org/api/v1';
const SERVICE_URL = 'https://openstates.org/api/v1';

/**
* The resource directory.
Expand Down Expand Up @@ -98,4 +98,4 @@ public function getDirectory()
{
return self::RESOURCE_DIR;
}
}
}

0 comments on commit 0a5f10e

Please sign in to comment.