Skip to content

Commit 465d2ce

Browse files
committed
Merge pull request #134 from kadashu/master
change default server to leancloud.cn
2 parents 5dfbe3d + d0cd5f9 commit 465d2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AV.realtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ void function(win) {
751751
default:
752752
throw('There is no this region.');
753753
}
754-
url = protocol + 'router-' + node + '-push.avoscloud.com/v1/route?_t=' + tool.now() + '&appId=' + appId ;
754+
url = protocol + 'router-' + node + '-push.leancloud.cn/v1/route?_t=' + tool.now() + '&appId=' + appId ;
755755
if (secure) {
756756
url += '&secure=1';
757757
}

0 commit comments

Comments
 (0)