api call on call

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 08:35:18 -04:00
parent 76fefedf11
commit 7932d897b8
@@ -615,6 +615,7 @@ wrenchboard=#
protected function getSettings($settingkey, $defaultVal=''){
$out=[];
$in=[];
$endpoint = "SETTINGS";
$out = $this->getCache($endpoint);
if (!is_array($out) || count($out)==0 ) {