Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
[#151098169] Use HTTPS when communicating with usasearch (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmarden committed Dec 20, 2017
1 parent a1a61f9 commit 3e4f463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/agencies.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Agencies
HOST = 'http://search.usa.gov'.freeze
ENDPOINT = '/api/v2/agencies/search'.freeze
HOST = 'https://search.usa.gov'.freeze

ONE_DAY = 86400

Expand All @@ -21,4 +21,4 @@ def self.find_organization_ids(organization_str)
nil
end

end
end

0 comments on commit 3e4f463

Please sign in to comment.