Enrich board listing with stacks

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-03-14 22:32:06 +01:00
parent 7cd8bca9dc
commit 6e4f8ca8ea
3 changed files with 19 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ class BoardApiController extends ApiController {
* @NoCSRFRequired
*
* Return all of the boards that the current user has access to.
* @throws StatusException
*/
public function index() {
$modified = $this->request->getHeader('If-Modified-Since');