diff --git a/lib/api/events/createEvent.js b/lib/api/events/createEvent.js index be6a4b3..7ac5e64 100644 --- a/lib/api/events/createEvent.js +++ b/lib/api/events/createEvent.js @@ -38,7 +38,7 @@ module.exports = function createEvent(request, reply) { lon: res[0].longitude } }; - doc.event_details.map_url = 'https://maps.google.com/maps?q=' + input.address + ' ' + input.city + ', ' + input.state + ' ' + input.zip + '&hl=es;z=17&output=embed', + doc.event_details.map_url = 'http://maps.google.com/maps?q=' + input.address + ' ' + input.city + ', ' + input.state + ' ' + input.zip + '&hl=es;z=17&output=embed', doc.event_details.contact = { name: input.contact_name, phone: input.contact_phone,