add invitation

This commit is contained in:
Sai Naw Wun
2020-09-12 03:34:52 +06:30
parent 96a095e2e9
commit aa8a6765de
20 changed files with 526 additions and 197 deletions

View File

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