True back end - notifications

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 10:52:11 -05:00
parent d60dd65078
commit ee9225ec78
3 changed files with 25 additions and 3 deletions
@@ -77,8 +77,9 @@ class WrenchNotifications extends BaseController
switch ($endpoint){
case 'mynotifications':
$call_backend = false;
$local_out = $this->dummyData();
$call_backend = true;
// $local_out = $this->dummyData();
$in["action"]=WRENCHBOARD_ACCT_NOTIFICATIONS;
break;
}