新增:分支同步历史记录以及创建同步分支接口

This commit is contained in:
2024-04-19 17:26:20 +08:00
parent 240e086232
commit 0f5066f943
5 changed files with 63 additions and 10 deletions

View File

@@ -84,6 +84,8 @@ defaults format: :json do
get :branches
post :change_enable
post :unbind
get :history
post :create_branch
end
end
resource :dataset, only: [:create, :update, :show]