add add list

This commit is contained in:
CHIEFSOFT\ameye
2024-11-17 07:27:35 -05:00
parent 7ebeb325d8
commit dd041e3a87
+2 -2
View File
@@ -38,8 +38,8 @@ class PromoAdmin extends BaseController
$out=[]; $out=[];
//exit(); //exit();
$out["add_result"] = $this->APIcall('POST', $this->wrenchAdminApiServer(). 'list',$data); $out = $this->APIcall('POST', $this->wrenchAdminApiServer(). 'list',$data);
//var_dump( $data ); var_dump( $out );
echo "Ameye Olu Test 0000 "; echo "Ameye Olu Test 0000 ";
} }