Minore Tweeks and FIxes

This commit is contained in:
2020-07-29 08:35:00 +02:00
parent ceca8fc057
commit d404afe501
8 changed files with 8 additions and 6 deletions

View File

@@ -186,6 +186,6 @@ class EndpointsApi extends ApiController{
$this->response($jsonAnswer);
// this method returns response as json
unset($logManager)
unset($logManager);
}
}