mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-11-02 06:53:37 +00:00
feat(terminal): 终端管理添加批量更新接口
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
from rest_framework.exceptions import APIException
|
||||
from rest_framework import status
|
||||
|
||||
|
||||
class JMSException(APIException):
|
||||
pass
|
||||
status_code = status.HTTP_400_BAD_REQUEST
|
||||
|
||||
Reference in New Issue
Block a user