diff options
Diffstat (limited to 'routers/api/v1/repo/git_ref.go')
-rw-r--r-- | routers/api/v1/repo/git_ref.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/git_ref.go b/routers/api/v1/repo/git_ref.go index 7d60b8e0e7..ffdfc57b1d 100644 --- a/routers/api/v1/repo/git_ref.go +++ b/routers/api/v1/repo/git_ref.go @@ -89,7 +89,7 @@ func getGitRefsInternal(ctx *context.APIContext, filter string) { } if len(refs) == 0 { - ctx.Status(404) + ctx.NotFound() return } |