Skip to content

Commit

Permalink
fix: point to new leancloud domain
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW committed Jun 21, 2019
1 parent db26ee9 commit 4bc973b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/pageview-providers/leancloud/leancloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
}
}

function pageview(_AV ,options) {
function pageview(_AV, options) {
var AV = _AV;
var appId, appKey, appClass;
appId = options.appId;
appKey = options.appKey;
appClass = options.appClass;
AV.init({
serverURLs: 'https://avoscloud.com',
appId: appId,
appKey: appKey
});
Expand Down

0 comments on commit 4bc973b

Please sign in to comment.