perf: 修改 Connect acl

This commit is contained in:
ibuler
2022-12-02 12:27:26 +08:00
parent 6390b9c203
commit 61e6ab20a2
6 changed files with 21 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
from orgs.mixins.api import OrgBulkModelViewSet
from .. import models, serializers
__all__ = ['CommandFilterACLViewSet']
__all__ = ['CommandFilterACLViewSet', 'CommandGroupViewSet']
class CommandGroupViewSet(OrgBulkModelViewSet):