Set to APIKEY for dev
This commit is contained in:
parent
4abd97ece1
commit
ce6d1008d2
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ export default {
|
||||||
let addressField1 = document.getElementById("autocomplete");
|
let addressField1 = document.getElementById("autocomplete");
|
||||||
let self = this;
|
let self = this;
|
||||||
|
|
||||||
let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080
|
//let apiKey = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo"; // localhost:8080
|
||||||
//let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above
|
let apiKey = "AIzaSyBji_2ApAj2vE_XNGyV-LaUEKrmuElpJ1w"; // Dev and above
|
||||||
|
|
||||||
this.$loadScript(`https://maps.googleapis.com/maps/api/js?key=${apiKey}&libraries=places`)
|
this.$loadScript(`https://maps.googleapis.com/maps/api/js?key=${apiKey}&libraries=places`)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue