Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/sunlight/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Sunlight
# Houses general methods to work with the Sunlight and Google Maps APIs
class Base

API_URL = "http://services.sunlightlabs.com/api/"
API_URL = "http://congress.api.sunlightfoundation.com"
API_FORMAT = "json"
@@api_key = ''

Expand Down Expand Up @@ -54,4 +54,4 @@ def self.get_json_data(url)

end # class Base

end # module Sunlight
end # module Sunlight