Skip to content

Commit

Permalink
Remove google map api key
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS committed Jan 18, 2020
1 parent 5085a2e commit b501138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/store.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../js/map-location.js"></script>
<script src="https://kit.fontawesome.com/2d990cff29.js" crossorigin="anonymous"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDZM5Fc_a4AerbmBTZ9SD8VeFtAK5hkOr0&callback=initMap">
src="https://maps.googleapis.com/maps/api/js?key=API_KEY&callback=initMap">
</script>

</head>
Expand Down

0 comments on commit b501138

Please sign in to comment.