From dc8dbf7286561d551370d36d168daf76a11a2699 Mon Sep 17 00:00:00 2001
From: Patrick Medaugh
Date: Sun, 21 Jun 2015 00:29:08 -0600
Subject: [PATCH] Update base.rb
---
lib/sunlight/base.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/sunlight/base.rb b/lib/sunlight/base.rb
index 934e78e..1ac9aab 100644
--- a/lib/sunlight/base.rb
+++ b/lib/sunlight/base.rb
@@ -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 = ''
@@ -54,4 +54,4 @@ def self.get_json_data(url)
end # class Base
-end # module Sunlight
\ No newline at end of file
+end # module Sunlight