更改:疑修param为index以及新增统计标签下合并请求数量

This commit is contained in:
2023-02-23 15:24:30 +08:00
parent edc00d28a7
commit dc9ca7d0ca
10 changed files with 40 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ defaults format: :json do
end
end
resources :issues, except: [:new, :edit] do
resources :issues, param: :index, except: [:new, :edit] do
collection do
patch :batch_update
delete :batch_destroy