Switching to DEV API Key

This commit is contained in:
Leah Schumann 2022-02-08 08:11:36 -05:00
parent 38134be19d
commit f99c3b7f50

View file

@ -105,8 +105,8 @@ export default {
let addressField1 = document.getElementById("autocomplete");
let self = this;
let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080
//let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above
//let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080
let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above
this.$loadScript(`https://maps.googleapis.com/maps/api/js?key=${apiKey}&libraries=places`)
.then(() => {