forked from NYANDEV/forgejo
Backport #24344 by @yp05327 Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
parent
912a418920
commit
af5d66b341
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ func RepoRefForAPI(next http.Handler) http.Handler {
|
|||
if git.IsErrNotExist(err) {
|
||||
ctx.NotFound()
|
||||
} else {
|
||||
ctx.Error(http.StatusInternalServerError, "GetBlobByPath", err)
|
||||
ctx.Error(http.StatusInternalServerError, "GetCommit", err)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue