From f99c3b7f50e576a8e9d9917598d7e9f3c8f3fc2a Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 8 Feb 2022 08:11:36 -0500 Subject: [PATCH] Switching to DEV API Key --- src/layouts/address-poc/address-poc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/address-poc/address-poc.vue b/src/layouts/address-poc/address-poc.vue index 9d5d6bbe8..fff528604 100644 --- a/src/layouts/address-poc/address-poc.vue +++ b/src/layouts/address-poc/address-poc.vue @@ -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(() => {