Skip to content

Commit c8357cb

Browse files
authored
Merge pull request #249 from fabricecolas/patch-2
Add SSL to API endpoint (open.mapquestapi.com)
2 parents d2963b8 + 14bd108 commit c8357cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/geocoder/openmapquestgeocoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var MapQuestGeocoder = function OpenMapQuestGeocoder(httpAdapter, apiKey) {
1515
}
1616

1717
this.apiKey = apiKey;
18-
this._endpoint = 'http://open.mapquestapi.com/geocoding/v1';
18+
this._endpoint = 'https://open.mapquestapi.com/geocoding/v1';
1919
};
2020

2121
util.inherits(MapQuestGeocoder, AbstractGeocoder);

0 commit comments

Comments
 (0)