Skip to content

Commit

Permalink
[ Edit ] set the real test API
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Oct 16, 2023
1 parent d232dee commit 9b84ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bin/langsync.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion lib/src/etc/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9b84ba2

Please sign in to comment.