質問編集履歴

1

api_keyをマスキング化

2019/08/29 14:21

投稿

kackey0-1
kackey0-1

スコア15

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div id="target"></div>
46
46
 
47
- <script src="https://maps.googleapis.com/maps/api/js?language=ja&region=JP&key=AIzaSyCVOO2Nz0XmlRNvVWAyJW1EtzMqiHpjZUs&callback=initMap" async defer></script>
47
+ <script src="https://maps.googleapis.com/maps/api/js?language=ja&region=JP&key=API_KEY&callback=initMap" async defer></script>
48
48
 
49
49
  <script src="../js/gmap.js"></script>
50
50