mynotification endpoint error
This commit is contained in:
@@ -75,13 +75,11 @@ class WrenchNotifications extends BaseController
|
|||||||
|
|
||||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||||
|
|
||||||
switch ($endpoints){
|
switch ($endpoint){
|
||||||
|
|
||||||
case 'mynotifications':
|
case 'mynotifications':
|
||||||
$call_backend = false;
|
$call_backend = false;
|
||||||
$local_out = $this->dummyData();
|
$local_out = $this->dummyData();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||||
|
|||||||
Reference in New Issue
Block a user