mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-18 16:18:28 +00:00
clean up aliases
This commit is contained in:
parent
e733809ef2
commit
b2cc848e7d
2 changed files with 27 additions and 30 deletions
|
@ -45,7 +45,6 @@ func Repository(ctx *context.APIContext) {
|
|||
ctx.Error(http.StatusInternalServerError, "Set Name", err)
|
||||
return
|
||||
}
|
||||
|
||||
response(ctx, repo)
|
||||
}
|
||||
|
||||
|
@ -78,6 +77,5 @@ func RepositoryInbox(ctx *context.APIContext) {
|
|||
if err != nil {
|
||||
ctx.Error(httpStatus, title, err)
|
||||
}
|
||||
|
||||
ctx.Status(http.StatusNoContent)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue