[Update] 用户创建支持修改source

This commit is contained in:
ibuler
2019-11-06 11:57:00 +08:00
parent bae4387068
commit eedaaddbf5
10 changed files with 122 additions and 65 deletions

View File

@@ -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'),
]