From f595fb2786d884dbaf7ec87d53cee920a0655f0e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 29 Jul 2015 17:42:48 -0400 Subject: Add first draft of the user api --- app/Api/Board.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Api/Board.php') diff --git a/app/Api/Board.php b/app/Api/Board.php index 163131b6..93b99cce 100644 --- a/app/Api/Board.php +++ b/app/Api/Board.php @@ -12,6 +12,7 @@ class Board extends Base { public function getBoard($project_id) { + $this->checkProjectPermission($project_id); return $this->board->getBoard($project_id); } -- cgit v1.2.3