Admin.prototype[method] = function () {
    this.router[method].apply(this.router, arguments)
    return this
  }