sync from internal

This commit is contained in:
710leo 2020-10-22 21:23:39 +08:00
parent 86929d8f69
commit cc3b3575b6
1 changed files with 1 additions and 0 deletions

View File

@ -349,4 +349,5 @@ func v1ResourcesUnregisterPost(c *gin.Context) {
bind(c, &uuids)
dangerous(models.ResourceUnregister(uuids))
renderMessage(c, nil)
}