mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-26 06:52:53 +00:00
[Update] 修改校验join session的url-name
This commit is contained in:
parent
ef27188f86
commit
f5a7c4131d
@ -22,7 +22,7 @@ router.register(r'replay-storages', api.ReplayStorageViewSet, 'replay-storage')
|
||||
router.register(r'command-storages', api.CommandStorageViewSet, 'command-storage')
|
||||
|
||||
urlpatterns = [
|
||||
path('sessions/join/validate/', api.SessionJoinValidateAPI.as_view(), name='join-session'),
|
||||
path('sessions/join/validate/', api.SessionJoinValidateAPI.as_view(), name='join-session-validate'),
|
||||
path('sessions/<uuid:pk>/replay/',
|
||||
api.SessionReplayViewSet.as_view({'get': 'retrieve', 'post': 'create'}),
|
||||
name='session-replay'),
|
||||
|
Loading…
Reference in New Issue
Block a user