diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 1491b29..6608807 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface $view = $api->di->get(Services::VIEW); $client = new Google_Client(); - $api_key = 'AIzaSyBNYr7n7bcHbO-sJ9xuWwS9xQ2OY5aFAiE'; + $api_key = 'AIzaSyCgyPQhOmGEwyAdZ0uS6fJLLvnNxgncfy0'; $client->setDeveloperKey($api_key); $analytics = new Google_Service_AnalyticsReporting($client); -- libgit2 0.21.4