TF-1074 Handle go to path /dashboard

This commit is contained in:
dab246
2022-10-24 17:49:09 +07:00
committed by Dat H. Pham
parent b5e0569907
commit d3124f055b
6 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ class CoreBindings extends Bindings {
void _bindingUtils() {
Get.put(const Uuid());
Get.put(CompressFileUtils());
Get.lazyPut(() => AppConfigLoader());
Get.put(AppConfigLoader());
}
}