forked from NYANDEV/forgejo
Fix regression: access log template, gitea manager cli command (#24838)
Close #24836  
This commit is contained in:
parent
2d3ebe889e
commit
ec2a01d1e2
9 changed files with 36 additions and 34 deletions
|
@ -48,6 +48,6 @@ func RestoreRepo(ctx *myCtx.PrivateContext) {
|
|||
Err: err.Error(),
|
||||
})
|
||||
} else {
|
||||
ctx.Status(http.StatusOK)
|
||||
ctx.PlainText(http.StatusOK, "success")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue