Skip to content

Commit

Permalink
feat: new server integration
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMuuo committed Jun 24, 2024
1 parent e0323f3 commit e19ef7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/models/services/services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export 'rewards_service.dart';
/// The verisafe service provides the base url
/// for user authentication
mixin VerisafeService {
static const String urlPrefix = "http://192.168.100.2:8000";
// static const String urlPrefix = "http://192.168.100.2:8000";
static const String urlPrefix = "http://54.89.208.172:8000";
}

0 comments on commit e19ef7e

Please sign in to comment.