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 authored and RoAnBu committed Dec 13, 2020
1 parent 564d453 commit 397ae2f
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 397ae2f

Please sign in to comment.