update cargo type input for carton

This commit is contained in:
tzw
2025-04-03 11:41:04 +06:30
parent 01cecc70a7
commit 30c27340ca
4 changed files with 10 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ Future<void> main() async {
Config(
flavor: Flavor.DEV,
color: Colors.blue,
apiURL: "http://192.168.100.150:9090",
// apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API13",
// apiURL: "http://192.168.100.150:9090",
apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API13",
level: Level.ALL);
runApp(App(title: "FCS - Dev"));
}