We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77c142 commit 98749acCopy full SHA for 98749ac
1 file changed
lib/data/api/helpers/api_helper.dart
@@ -11,10 +11,10 @@ import '../user_api.dart';
11
/// Helper class for making API requests.
12
class ApiHelper {
13
// switch url when back is down
14
- static const String apiUrl =
15
- 'http://lxgfjcmoky.us18.qoddiapp.com/api/'; //US server
16
//static const String apiUrl =
17
- // 'http://tiqorhzmyb.eu11.qoddiapp.com/api/'; //EU server
+ // 'http://lxgfjcmoky.us18.qoddiapp.com/api/'; //US server
+ static const String apiUrl =
+ 'http://tiqorhzmyb.eu11.qoddiapp.com/api/'; //EU server
18
19
/// Makes an HTTP request to the specified [url] using the given [method].
20
///
0 commit comments