Skip to content

Commit

Permalink
fix(mapbox): Use https geocoding endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Mar 9, 2018
1 parent c5dcdd0 commit 1d01e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const ACCESSIBILITY_IS_LOADING = 'accessibility-is-loading'

// URLS
export const MAPBOX_GEOCODING_URL =
'http://api.mapbox.com/geocoding/v5/mapbox.places'
'https://api.mapbox.com/geocoding/v5/mapbox.places'

0 comments on commit 1d01e22

Please sign in to comment.