diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index c37fa019..c94acdef 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -21,7 +21,8 @@ class Promo extends BaseController $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"; - + $out['yyyy'] = '2024'; + return $this->respond( $this->summaryReturnData($in,$out), 200); }