constructor()

in src/lib/service-discovery.ts [12:15]


  constructor(http: Http, rootUrl: URL) {
    this.http = http
    this.rootUrl = rootUrl
  }