feat: 添加批量命令的relation

This commit is contained in:
ibuler
2020-06-04 20:00:39 +08:00
parent 55ae8bb5e6
commit 9c6f118dbd
6 changed files with 70 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ from .utils import get_logger
from .mixins import CommonApiMixin
__all__ = [
'LogTailApi', 'ResourcesIDCacheApi',
'LogTailApi', 'ResourcesIDCacheApi', 'CommonGenericViewSet'
]
logger = get_logger(__file__)