Skip to content

Commit 35d4d4d

Browse files
authored
Merge pull request #454 from weakish/app-router
fix: update app router url
2 parents 2e2c150 + c025548 commit 35d4d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)