Skip to content

Commit

Permalink
♻️: changed main and prod.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Mar 8, 2024
1 parent cf9349d commit 44173f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/app_student/lib/config/prod_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ import 'config.dart';

class ProdConfig extends Config {
@override
// TODO: Implement the new production API URL
String get apiUrl => 'https://api-dev.lukasvalois.com';

String get apiUrl => 'https://api.lukasvalois.com';
}

0 comments on commit 44173f2

Please sign in to comment.