Skip to content

Commit 04ee293

Browse files
authored
Merge pull request #1664 from chrisl8/master
Allow using http with photon. Helpful when self-hosting.
2 parents 7467752 + 48866d0 commit 04ee293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/geocoder/lookups/photon.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def name
1010
private # ---------------------------------------------------------------
1111

1212
def supported_protocols
13-
[:https]
13+
[:http, :https]
1414
end
1515

1616
def base_query_url(query)

0 commit comments

Comments
 (0)