mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
perf: 同一个协作会话链接,限制同一用户仅可使用一次
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from rest_framework.exceptions import MethodNotAllowed, ValidationError
|
||||
from rest_framework.decorators import action
|
||||
from rest_framework.response import Response
|
||||
from django.conf import settings
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from rest_framework.decorators import action
|
||||
from rest_framework.exceptions import MethodNotAllowed, ValidationError
|
||||
from rest_framework.response import Response
|
||||
|
||||
from common.const.http import PATCH
|
||||
from orgs.mixins.api import OrgModelViewSet
|
||||
|
||||
Reference in New Issue
Block a user