Skip to content

Commit 36d7ad0

Browse files
committed
added new api key
1 parent 9ee1593 commit 36d7ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(document).ready(function () {
1313

1414
var Events = {
1515
init : function () {
16-
gapi.client.setApiKey('AIzaSyDTyYHxMN8sAUCystSZWuXXgCZfxpSI_kw');
16+
gapi.client.setApiKey('AIzaSyDufIu3Vp_NMj989bPzJNOMrIYV0pTnNiU');
1717
gapi.client.request({
1818
'path' : '/calendar/v3/calendars/coderit.public@gmail.com/events',
1919
'callback' : Events.displayEvents,

0 commit comments

Comments
 (0)