更改:路由更改

This commit is contained in:
yystopf 2024-01-13 10:29:45 +08:00
parent 3a3e024931
commit eac6304ef2
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ Rails.application.routes.draw do
post :confirm_delete
post :plus
get :show_simple
end
collection do
get :batch_show_simple
end
end