add fcs shipment apis

This commit is contained in:
Sai Naw Wun
2020-10-08 03:32:52 +06:30
parent ad1999f5c9
commit 6105b45cb8
23 changed files with 442 additions and 531 deletions

View File

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