Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fixes non-enterprise GitHub api call regression
main
Eric Amodio
2 anos atrás
pai
1cc0f7513a
commit
3e0d329581
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/git/remotes/github.ts
+ 1
- 1
src/git/remotes/github.ts
Ver arquivo
@ -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
;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar