From c413110c1e50a18274f01c7777344f8360ac6b6f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 16 Sep 2024 16:59:28 -0400 Subject: [PATCH] promot path --- www-api/app/Controllers/Promo.php | 3 +++ 1 file changed, 3 insertions(+) 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); }