Skip to content

Commit

Permalink
change api server (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape authored Mar 22, 2024
1 parent 701bb17 commit 074d500
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/data/api/helpers/api_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import '../user_api.dart';
/// Helper class for making API requests.
class ApiHelper {
// switch url when back is down
static const String apiUrl =
'http://lxgfjcmoky.us18.qoddiapp.com/api/'; //US server
//static const String apiUrl =
// 'http://tiqorhzmyb.eu11.qoddiapp.com/api/'; //EU server
static const String apiUrl = 'https://runbackendrun-6d3g5hh5.b4a.run/api/';

/// Makes an HTTP request to the specified [url] using the given [method].
///
Expand Down

0 comments on commit 074d500

Please sign in to comment.