Skip to content

Commit 7630081

Browse files
committed
Change default link download mobile application
1 parent 2c6e20b commit 7630081

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config.sample.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"platform": "platform",
1515
"default_max_upload_avatar_size_in_bytes": 1000000,
1616
"dev_mode": false,
17-
"qr_code_download_url": "http://sign-up.stg.lin-saas.com/download/chat"
17+
"qr_code_download_url": "https://sign-up.twake.app/download/chat"
1818
}

lib/config/app_config.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ abstract class AppConfig {
5252

5353
static String appTermsOfUse = 'https://twake.app/terms';
5454

55-
static String qrCodeDownloadUrl =
56-
'http://sign-up.stg.lin-saas.com/download/chat';
55+
static String qrCodeDownloadUrl = 'https://sign-up.twake.app/download/chat';
5756

5857
static String twakeChatAppleStore =
5958
'https://apps.apple.com/us/app/twake-chat/id6473384641';

0 commit comments

Comments
 (0)