mynotification endpoint error
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user