This commit is contained in:
CHIEFSOFT\ameye
2024-09-16 17:09:38 -04:00
parent c413110c1e
commit cdc864e44a
+2 -1
View File
@@ -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);
}