Skip to content

Commit

Permalink
fix: flutter upgrades and verisafe authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMuuo committed Jun 27, 2024
1 parent 67d5363 commit df96aae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Academia extends StatelessWidget {
Get.put(NotificationsController());
Get.put(NetworkController());
Get.put(SettingsController());
Get.lazyPut(() => TodoController());
Get.put(TodoController());
Get.put(RewardController());
Get.put(CoursesController());

Expand Down
2 changes: 1 addition & 1 deletion lib/models/services/services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export 'rewards_service.dart';
/// for user authentication
mixin VerisafeService {
// static const String urlPrefix = "http://192.168.100.2:8000";
static const String urlPrefix = "http://54.89.208.172:8000";
static const String urlPrefix = "http://34.201.43.66:8000";
}

0 comments on commit df96aae

Please sign in to comment.