mynotification endpoint error

This commit is contained in:
CHIEFSOFT\ameye
2023-07-18 12:33:10 -04:00
parent 5833429940
commit 7286ce7b4e
@@ -75,13 +75,11 @@ class WrenchNotifications extends BaseController
$in["loc"] = $_SERVER["REMOTE_ADDR"];
switch ($endpoints){
switch ($endpoint){
case 'mynotifications':
$call_backend = false;
$local_out = $this->dummyData();
break;
}
$in["loc"] = $_SERVER["REMOTE_ADDR"];