Skip to content

Commit bacdbfa

Browse files
committed
fix: add default domain for us apps
1 parent 661036d commit bacdbfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

leancloud/app_router.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ def __init__(self, app_id, region):
2929
elif region == 'CN':
3030
if app_id.endswith('-9Nh9j0Va'):
3131
domain = 'lncldapi.com'
32+
elif app_id.endswith('-MdYXbMMI'):
33+
domain = 'lncldglobal.com'
3234
else:
3335
domain = 'lncld.net'
3436
else:

0 commit comments

Comments
 (0)