Skip to content

Commit 1a8dda1

Browse files
committed
国内节点接口域改为 api.leancloud.cn 。
1 parent 7777546 commit 1a8dda1

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
@@ -8,7 +8,7 @@ var _ = require('underscore');
88
module.exports = function(AV) {
99

1010
var config = {
11-
cnApiUrl: 'https://leancloud.cn',
11+
cnApiUrl: 'https://api.leancloud.cn',
1212
usApiUrl: 'https://us-api.leancloud.cn'
1313
};
1414

0 commit comments

Comments
 (0)