@diplodoc/cli 5.11.3-debug-vcs-1 → 5.11.3-debug-vcs-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16386,7 +16386,7 @@ var GithubClient = class {
16386
16386
  this.config = config;
16387
16387
  this.octokit = new import_core.Octokit({
16388
16388
  auth: this.config.vcs.token,
16389
- baseUrl: this.config.vcs.endpoint
16389
+ baseUrl: `https://${this.config.vcs.endpoint}/api/v3`
16390
16390
  });
16391
16391
  }
16392
16392
  async getRepoUser(username) {