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