Skip to content

Commit fac05f5

Browse files
committed
feat: update AppRouter domain
1 parent 2778718 commit fac05f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app-router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AppRouter.prototype.refresh = function refresh() {
2525
if (this.disabled) return;
2626
if (Date.now() < this.lockedUntil) return;
2727
this.lock(10);
28-
const url = 'https://app-router.leancloud.cn/2/route';
28+
const url = 'https://app-router.com/2/route';
2929
return ajax({
3030
method: 'get',
3131
url,

0 commit comments

Comments
 (0)