mirror of https://github.com/go-gitea/gitea.git
Co-authored-by: Gitea <gitea@fake.local>
This commit is contained in:
parent
f74a094fd5
commit
6ddf881245
|
@ -108,6 +108,7 @@ func innerToRepo(repo *models.Repository, mode models.AccessMode, isParent bool)
|
|||
HTMLURL: repo.HTMLURL(),
|
||||
SSHURL: cloneLink.SSH,
|
||||
CloneURL: cloneLink.HTTPS,
|
||||
OriginalURL: repo.SanitizedOriginalURL(),
|
||||
Website: repo.Website,
|
||||
Stars: repo.NumStars,
|
||||
Forks: repo.NumForks,
|
||||
|
|
Loading…
Reference in New Issue