Skip to content

Commit c025548

Browse files
committed
fix: update app router url
close #448
1 parent 2e2c150 commit c025548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

leancloud/app_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get(self, type_):
4949
return self.hosts[type_]
5050

5151
def refresh(self):
52-
url = 'https://app-router.leancloud.cn/2/route?appId={}'.format(self.app_id)
52+
url = 'https://app-router.com/2/route?appId={}'.format(self.app_id)
5353
try:
5454
result = self.session.get(url, timeout=5).json()
5555
with self.lock:

0 commit comments

Comments
 (0)