Skip to content

Commit 3e344b4

Browse files
committed
[ Edit ] disabled the debug mode
1 parent 95e3351 commit 3e344b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/etc/utils.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import 'dart:math';
44
final utils = Utils();
55

66
class Utils {
7-
final isDebugMode = true;
7+
final isDebugMode = false;
88

99
//! notice the "/"
1010
String get baseUrl =>
11-
isDebugMode ? 'http://192.168.0.5:5559' : 'http://api.langsync.app';
11+
isDebugMode ? 'http://192.168.0.5:5559' : 'https://api.langsync.app';
1212

1313
bool isValidApiKeyFormatted(String apiKey) {
1414
final isNotEmpty = apiKey.isNotEmpty;

0 commit comments

Comments
 (0)