Add first draft of the user api
This commit is contained in:
@@ -12,6 +12,7 @@ class Board extends Base
|
||||
{
|
||||
public function getBoard($project_id)
|
||||
{
|
||||
$this->checkProjectPermission($project_id);
|
||||
return $this->board->getBoard($project_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user