Skip to content

Commit 074d500

Browse files
change api server (#56)
1 parent 701bb17 commit 074d500

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/data/api/helpers/api_helper.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ 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
16-
//static const String apiUrl =
17-
// 'http://tiqorhzmyb.eu11.qoddiapp.com/api/'; //EU server
14+
static const String apiUrl = 'https://runbackendrun-6d3g5hh5.b4a.run/api/';
1815

1916
/// Makes an HTTP request to the specified [url] using the given [method].
2017
///

0 commit comments

Comments
 (0)