Skip to content

Commit

Permalink
Minor proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
kant committed May 27, 2017
1 parent 3c7a6cb commit 3c4f458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps-geocode.js
Expand Up @@ -105,7 +105,7 @@ const locations = [

const get_data_for_location = (location) => {

const base_url = "http://www.google.com/maps?q="
const base_url = "https://www.google.com/maps?q="
const request_url = base_url + location

superagent
Expand Down Expand Up @@ -171,4 +171,4 @@ const get_data_for_location = (location) => {

// })

get_data_for_location("Pennsylvania")
get_data_for_location("Pennsylvania")

0 comments on commit 3c4f458

Please sign in to comment.