fix mainmodel

This commit is contained in:
Sai Naw Wun
2020-09-04 01:42:58 +06:30
parent 10338bbfe9
commit acfab08198
25 changed files with 668 additions and 192 deletions

View File

@@ -8,9 +8,7 @@ void main() {
Config(
flavor: Flavor.DEV,
color: Colors.blue,
apiURL: "http://192.168.100.11:7777",
reportURL: "http://petrok-dev.mokkon.com:8080",
reportProjectID: "dev",
apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API",
level: Level.ALL);
runApp(App());
}