Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -3,7 +3,7 @@ abstract final class AppConst { | @@ -3,7 +3,7 @@ abstract final class AppConst { | ||
| 3 | static const String appName = 'DoubleFeel'; | 3 | static const String appName = 'DoubleFeel'; |
| 4 | 4 | ||
| 5 | static const String serverBaseUrl = 'https://api.doublefeel.cn'; | 5 | static const String serverBaseUrl = 'https://api.doublefeel.cn'; |
| 6 | - static const String serverBaseUrlGlobal = 'https://api.doublefeel.cn'; | 6 | + static const String serverBaseUrlGlobal = 'https://api-oversea.doublefeel.cn'; |
| 7 | 7 | ||
| 8 | static const String prefixXlabServerHost = 'xlab'; | 8 | static const String prefixXlabServerHost = 'xlab'; |
| 9 | static const String prefixDevServerHost = 'dev'; | 9 | static const String prefixDevServerHost = 'dev'; |
-
Please register or login to post a comment