mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
新增:issue编辑删除接口
This commit is contained in:
@@ -25,7 +25,12 @@ defaults format: :json do
|
||||
end
|
||||
end
|
||||
|
||||
resources :issues
|
||||
resources :issues, except: [:new, :edit] do
|
||||
collection do
|
||||
patch :batch_update
|
||||
delete :batch_destroy
|
||||
end
|
||||
end
|
||||
scope module: :issues do
|
||||
resources :issue_tags, only: [:index]
|
||||
resources :milestones, except: [:new, :edit]
|
||||
|
||||
Reference in New Issue
Block a user