Skip to content

Commit 98749ac

Browse files
currently the eu server seems faster
1 parent f77c142 commit 98749ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/data/api/helpers/api_helper.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import '../user_api.dart';
1111
/// Helper class for making API requests.
1212
class ApiHelper {
1313
// switch url when back is down
14-
static const String apiUrl =
15-
'http://lxgfjcmoky.us18.qoddiapp.com/api/'; //US server
1614
//static const String apiUrl =
17-
// 'http://tiqorhzmyb.eu11.qoddiapp.com/api/'; //EU server
15+
// 'http://lxgfjcmoky.us18.qoddiapp.com/api/'; //US server
16+
static const String apiUrl =
17+
'http://tiqorhzmyb.eu11.qoddiapp.com/api/'; //EU server
1818

1919
/// Makes an HTTP request to the specified [url] using the given [method].
2020
///

0 commit comments

Comments
 (0)