Merge pull request #4907 from nottalulah/patch-2

remove unused confirm_ban route
This commit is contained in:
evazion
2021-10-28 19:38:47 -05:00
committed by GitHub

View File

@@ -34,7 +34,6 @@ Rails.application.routes.draw do
post :expunge
get :confirm_move_favorites
post :move_favorites
get :confirm_ban
post :ban
post :unban
end