Skip to content

Commit e15d0b4

Browse files
committed
fix: local endpoint
1 parent 6789f35 commit e15d0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import 'package:flutter/foundation.dart';
33
// If you are using a real device to test the integration replace this url
44
// with the endpoint of your test server (it usually should be the IP of your computer)
55
final kApiUrl = defaultTargetPlatform == TargetPlatform.android
6-
? 'http://192.168.0.92:4242'
6+
? 'http://10.0.2.2:4242'
77
: 'http://localhost:4242';

0 commit comments

Comments
 (0)