Add gitlab repo url
This commit is contained in:
parent
459759370f
commit
c7649e15b1
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ func (r *Gitlab) GetRepos(user *model.User) ([]*model.Repo, error) {
|
||||||
CloneURL: item.HttpRepoUrl,
|
CloneURL: item.HttpRepoUrl,
|
||||||
GitURL: item.HttpRepoUrl,
|
GitURL: item.HttpRepoUrl,
|
||||||
SSHURL: item.SshRepoUrl,
|
SSHURL: item.SshRepoUrl,
|
||||||
|
URL: item.Url,
|
||||||
Role: &model.Perm{},
|
Role: &model.Perm{},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue