Skip to content

Commit

Permalink
#70 use localhost instead of emulator specific ip
Browse files Browse the repository at this point in the history
  • Loading branch information
elKei24 committed Dec 12, 2020
1 parent b927bc3 commit 049ae80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/lib/main_local.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'app.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
runApp(Configuration(
mapStyleUrl: "http://10.0.2.2:5002/style.json",
graphqlUrl: "http://10.0.2.2:7000",
mapStyleUrl: "http://localhost:5002/style.json",
graphqlUrl: "http://localhost:7000",
child: App()));
}

0 comments on commit 049ae80

Please sign in to comment.