新增:同步仓库更新信息接口

This commit is contained in:
2024-04-24 16:11:32 +08:00
parent 9c32cd8769
commit a273c1cfcf
4 changed files with 85 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ defaults format: :json do
scope module: :projects do
resources :sync_repositories, only: [:create, :index] do
collection do
post :update_info
post :sync
get :branches
post :change_enable