We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e2c150 + c025548 commit 35d4d4dCopy full SHA for 35d4d4d
leancloud/app_router.py
@@ -49,7 +49,7 @@ def get(self, type_):
49
return self.hosts[type_]
50
51
def refresh(self):
52
- url = 'https://app-router.leancloud.cn/2/route?appId={}'.format(self.app_id)
+ url = 'https://app-router.com/2/route?appId={}'.format(self.app_id)
53
try:
54
result = self.session.get(url, timeout=5).json()
55
with self.lock:
0 commit comments