Skip to content
Snippets Groups Projects
Commit fa54d4dd authored by Michael Holroyd's avatar Michael Holroyd Committed by Alex Reisner
Browse files

Update Geocodio to v1.3 (#1276)

Update Geocodio to v1.3
parent d94b9879
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ module Geocoder::Lookup
def query_url(query)
path = query.reverse_geocode? ? "reverse" : "geocode"
"#{protocol}://api.geocod.io/v1.2/#{path}?#{url_query_string(query)}"
"#{protocol}://api.geocod.io/v1.3/#{path}?#{url_query_string(query)}"
end
def results(query)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment