mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
parent
3f5d72709f
commit
c16f0d2a19
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ func DeleteTopic(ctx *context.APIContext) {
|
|||
|
||||
if topic == nil {
|
||||
ctx.NotFound()
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Status(http.StatusNoContent)
|
||||
|
|
Loading…
Reference in a new issue