promo admin

This commit is contained in:
CHIEFSOFT\ameye
2024-11-16 10:12:05 -05:00
parent a838c82e8b
commit 06b369405e
139 changed files with 86934 additions and 1 deletions
+7 -1
View File
@@ -28,6 +28,12 @@ class Home extends BaseController
$in["owner_uid"] = $out["owner_uid"]; //we need this to load jobs
$out["task"] = $this->APIcall('POST', $this->wrenchApiServer(). 'tasks',$in)["result_list"];
return view('welcome_message', $out);
return view('promo', $out);
}
public function member(){
// echo 'Ameye Olusesan';
$out=[];
return view('member_home', $out);
}
}