Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Updated backend api url
Browse files Browse the repository at this point in the history
  • Loading branch information
Qizot committed Mar 21, 2020
1 parent ff5a0fa commit 7e86eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/coronavirus_visualizer/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
void main() {
BlocSupervisor.delegate = SimpleBlocDelegate();
CountriesService();
ApiConfig(apiUrl: "http://192.168.0.105:4000/api");
ApiConfig(apiUrl: "http://46.101.198.229:8000/api");
runApp(App());
}

0 comments on commit 7e86eb4

Please sign in to comment.