added icons

This commit is contained in:
CHIEFSOFT\ameye
2024-09-18 11:24:17 -04:00
parent 9eecd4f73e
commit 939b0fab39
16 changed files with 13 additions and 10 deletions
+4
View File
@@ -13,6 +13,10 @@ class Home extends BaseController
$in["promo"] = $promo;
$in["promo_owner"] = $promoOwner;
$out = $this->APIcall('POST', $this->wrenchApiServer(). 'start',$in);
$out["promo"] = $promo;
$out["promo_owner"] = $promoOwner;
// var_dump($out);
$out["task"] = $this->APIcall('POST', $this->wrenchApiServer(). 'tasks',$in)["result_list"];
return view('welcome_message', $out);
}