mirror of
https://github.com/go-gitea/gitea
synced 2025-08-14 21:48:26 +00: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