fix acl api

This commit is contained in:
pycook
2019-11-18 12:02:02 +08:00
parent bb91f21e40
commit 2205c359b8
6 changed files with 56 additions and 5 deletions

View File

@@ -156,6 +156,3 @@ class ResourceCRUD(object):
resource = Resource.get_by_id(_id) or abort(404, "Resource <{0}> is not found".format(_id))
resource.soft_delete()