Skip to content

Commit

Permalink
Replace default server url
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Oct 1, 2023
1 parent c780b2b commit b586ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void postDiscordTestingWebhook(Dio dio, String msg) async {
class HomePageState extends State<HomePage> {
final GlobalKey<ScaffoldState> scaffoldKey = GlobalKey();
late SharedPreferences sharedPreferences;
String baseUrl = FirebaseRemoteConfig.instance.getString("baseUrl");
String baseUrl = FirebaseRemoteConfig.instance.getString("testUrl");
String testUrl = FirebaseRemoteConfig.instance.getString("testUrl");
late Response response;
Dio dio = Dio();
Expand Down

0 comments on commit b586ca4

Please sign in to comment.