$out['user_server_name'] = $this->getSiteConfigurations("system.server_name"); // 'https://dev-users.wrenchboard.com';

This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 12:03:05 -04:00
parent d353451c79
commit 426b78b29f
+1 -1
View File
@@ -29,7 +29,7 @@ class Promo extends BaseController
$out["site_name"]= "WrenchBoard";
$out["server_name"]= "https://www.wrenchboard.com";
$out['yyyy'] = '2024';
$out['user_server_name'] = 'https://dev-users.wrenchboard.com';
$out['user_server_name'] = $this->getSiteConfigurations("system.server_name"); // 'https://dev-users.wrenchboard.com';
return $this->respond( $this->summaryReturnData($in,$out), 200);
}