We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16be15 commit 61b8f01Copy full SHA for 61b8f01
models/commit_status.go
@@ -89,7 +89,7 @@ func (status *CommitStatus) loadRepo(e Engine) (err error) {
89
// APIURL returns the absolute APIURL to this commit-status.
90
func (status *CommitStatus) APIURL() string {
91
_ = status.loadRepo(x)
92
- return fmt.Sprintf("%sapi/v1/%s/statuses/%s",
+ return fmt.Sprintf("%sapi/v1/repos/%s/statuses/%s",
93
setting.AppURL, status.Repo.FullName(), status.SHA)
94
}
95
0 commit comments