Skip to content

Commit 8c54df4

Browse files
committed
Merge pull request #109 from kadashu/master
change default server to api.leancloud.cn
2 parents 2f5c376 + a5442a9 commit 8c54df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
};
9898

9999
// Set the server for AV to talk to.
100-
AV.serverURL = "https://cn.avoscloud.com";
100+
AV.serverURL = "https://api.leancloud.cn";
101101

102102
// Check whether we are running in Node.js.
103103
if (typeof(process) !== "undefined" &&

0 commit comments

Comments
 (0)