Skip to content

Commit

Permalink
remove key from location_search.html
Browse files Browse the repository at this point in the history
  • Loading branch information
idl99 authored May 26, 2021
1 parent 5f4927f commit 378faba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/location_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Set Location</h1>

<!-- TEST API KEY -->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fxzjh0_9j9aIXCecrSeDxBztKU5Lzao&callback=initMap"
src="https://maps.googleapis.com/maps/api/js?key=<INSERT_API_KEY_HERE>&callback=initMap"
defer>
</script>

Expand Down Expand Up @@ -135,4 +135,4 @@ <h1>Set Location</h1>

</body>

</html>
</html>

0 comments on commit 378faba

Please sign in to comment.