Skip to content

Commit

Permalink
fix: Remove localhost api client in main
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Jan 10, 2024
1 parent ad212de commit 2044359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class App extends StatelessWidget {
DeviceOrientation.portraitUp,
]);

final apiClient = ApiClient.localhost();
final apiClient = ApiClient();

return MultiRepositoryProvider(
providers: [
Expand Down

0 comments on commit 2044359

Please sign in to comment.