diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index b3499270..c37fa019 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -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); }