promot path

This commit is contained in:
CHIEFSOFT\ameye
2024-09-16 16:59:28 -04:00
parent 59b3503c67
commit c413110c1e
+3
View File
@@ -19,6 +19,9 @@ class Promo extends BaseController
$out["firstname"] = "Firstname";
$out["promo_title"] = "This is the promo title";
$out["promo_description"] = "This is the promo description , This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,";
$out["site_name"]= "WrenchBoard";
$out["server_name"]= "https://www.wrenchboard.com";
return $this->respond( $this->summaryReturnData($in,$out), 200);
}