Skip to content

Commit f80a6aa

Browse files
authored
fix: Update index.html (#251)
Updates example to use the new API key.
1 parent 551dade commit f80a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/place-autocomplete-data-session/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
for more information.
3333
-->
3434
<script
35-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=init&libraries=places&v=weekly"
35+
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&callback=init&libraries=places&v=weekly"
3636
defer
3737
></script>
3838
</body>

0 commit comments

Comments
 (0)