diff --git a/bin/langsync.exe b/bin/langsync.exe index f29f4f2..5061839 100644 Binary files a/bin/langsync.exe and b/bin/langsync.exe differ diff --git a/lib/src/etc/utils.dart b/lib/src/etc/utils.dart index 6dc3446..5798ed3 100644 --- a/lib/src/etc/utils.dart +++ b/lib/src/etc/utils.dart @@ -11,7 +11,8 @@ class Utils { final isDebugMode = !false; //! notice the "/" - String get baseUrl => "http://165.227.72.190:5560"; + String get baseUrl => + "http://test.langsync.app:5560" ?? "http://165.227.72.190:5560"; // isDebugMode ? 'http://192.168.0.2:5559' : 'https://api.langsync.app'; bool isValidApiKeyFormatted(String apiKey) {