mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-20 02:51:27 +00:00
[Update] 用户创建支持修改source
This commit is contained in:
@@ -15,4 +15,5 @@ urlpatterns = [
|
||||
path('terminal/replay-storage/delete/', api.ReplayStorageDeleteAPI.as_view(), name='replay-storage-delete'),
|
||||
path('terminal/command-storage/create/', api.CommandStorageCreateAPI.as_view(), name='command-storage-create'),
|
||||
path('terminal/command-storage/delete/', api.CommandStorageDeleteAPI.as_view(), name='command-storage-delete'),
|
||||
path('public/', api.PublicSettingApi.as_view(), name='public-setting'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user