add contact

This commit is contained in:
2020-09-07 16:05:28 +06:30
parent a35d222696
commit cdefe7c06d
33 changed files with 1330 additions and 811 deletions

View File

@@ -9,7 +9,7 @@ void main() {
Config(
flavor: Flavor.DEV,
color: Colors.blue,
apiURL: "http://192.168.100.11:7777",
apiURL: "http://192.168.1.155:7777",
level: Level.ALL);
runApp(App());
}