function BoardRouter (config, router) {
  this.config = config || {}
  this.router = router

  /* eslint-disable */