mirror of
https://gitee.com/gitea/gitea
synced 2025-11-24 02:10:27 +08:00
@@ -240,6 +240,7 @@ func DeleteTopic(ctx *context.APIContext) {
|
||||
|
||||
if topic == nil {
|
||||
ctx.NotFound()
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Status(http.StatusNoContent)
|
||||
|
||||
Reference in New Issue
Block a user