We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701bb17 commit 074d500Copy full SHA for 074d500
1 file changed
lib/data/api/helpers/api_helper.dart
@@ -11,10 +11,7 @@ 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
+ static const String apiUrl = 'https://runbackendrun-6d3g5hh5.b4a.run/api/';
18
19
/// Makes an HTTP request to the specified [url] using the given [method].
20
///
0 commit comments