Commit 81565012e9ee1122da7976b4c22c1b33c83c135e
1 parent
c4dae92e
test google lib
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Bootstrap/RouteBootstrap.php
... | ... | @@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface |
57 | 57 | $view = $api->di->get(Services::VIEW); |
58 | 58 | |
59 | 59 | $client = new Google_Client(); |
60 | - $api_key = 'AIzaSyBNYr7n7bcHbO-sJ9xuWwS9xQ2OY5aFAiE'; | |
60 | + $api_key = 'AIzaSyCgyPQhOmGEwyAdZ0uS6fJLLvnNxgncfy0'; | |
61 | 61 | $client->setDeveloperKey($api_key); |
62 | 62 | $analytics = new Google_Service_AnalyticsReporting($client); |
63 | 63 | ... | ... |