BoardRouter.prototype.routes = function () {
  this.router.get('/', this.boards.get.bind(this.boards))
  return this.router
}