There was an error while loading. Please reload this page.
1 parent 5168174 commit 556d67cCopy full SHA for 556d67c
1 file changed
lib/Baser/Lib/BcGmaps.php
@@ -33,7 +33,7 @@ class BcGmaps extends CakeObject {
33
* APIのベースとなるURL
34
* @var string
35
*/
36
- const GMAPS_API_BASE_URL = "http://maps.googleapis.com/maps/api/geocode/xml";
+ const GMAPS_API_BASE_URL = "https://maps.googleapis.com/maps/api/geocode/xml";
37
38
/**
39
* API URL
0 commit comments