promo admin
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user