We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e3351 commit 3e344b4Copy full SHA for 3e344b4
lib/src/etc/utils.dart
@@ -4,11 +4,11 @@ import 'dart:math';
4
final utils = Utils();
5
6
class Utils {
7
- final isDebugMode = true;
+ final isDebugMode = false;
8
9
//! notice the "/"
10
String get baseUrl =>
11
- isDebugMode ? 'http://192.168.0.5:5559' : 'http://api.langsync.app';
+ isDebugMode ? 'http://192.168.0.5:5559' : 'https://api.langsync.app';
12
13
bool isValidApiKeyFormatted(String apiKey) {
14
final isNotEmpty = apiKey.isNotEmpty;
0 commit comments