Skip to content

Commit

Permalink
Merge pull request #1664 from chrisl8/master
Browse files Browse the repository at this point in the history
Allow using http with photon. Helpful when self-hosting.
  • Loading branch information
alexreisner authored Oct 15, 2024
2 parents 7467752 + 48866d0 commit 04ee293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geocoder/lookups/photon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def name
private # ---------------------------------------------------------------

def supported_protocols
[:https]
[:http, :https]
end

def base_query_url(query)
Expand Down

0 comments on commit 04ee293

Please sign in to comment.