We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661036d commit bacdbfaCopy full SHA for bacdbfa
1 file changed
leancloud/app_router.py
@@ -29,6 +29,8 @@ def __init__(self, app_id, region):
29
elif region == 'CN':
30
if app_id.endswith('-9Nh9j0Va'):
31
domain = 'lncldapi.com'
32
+ elif app_id.endswith('-MdYXbMMI'):
33
+ domain = 'lncldglobal.com'
34
else:
35
domain = 'lncld.net'
36
0 commit comments