remove unused confirm_ban route

The associated action was removed in e29e9eda49 so this route causes an error in development and a blank page in production.
This commit is contained in:
Lily
2021-10-28 21:05:55 -03:00
committed by GitHub
parent 26fe3e26e0
commit 66551e7ff2

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