Преглед на файлове

Fixes non-enterprise GitHub api call regression

main
Eric Amodio преди 2 години
родител
ревизия
3e0d329581
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/git/remotes/github.ts

+ 1
- 1
src/git/remotes/github.ts Целия файл

@ -35,7 +35,7 @@ export class GitHubRemote extends RichRemoteProvider {
}
get apiBaseUrl() {
return this.custom ? `${this.protocol}://${this.domain}/api/v3` : `https://${this.domain}/api/v3`;
return this.custom ? `${this.protocol}://${this.domain}/api/v3` : `https://api.${this.domain}`;
}
private _autolinks: (AutolinkReference | DynamicAutolinkReference)[] | undefined;

Зареждане…
Отказ
Запис