Fix deleting individual notifications from glitch-soc's web interface

Fixes #783
th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent ccf5ddfd88
commit 8a87a1cda4

@ -309,11 +309,11 @@ Rails.application.routes.draw do
collection do
post :clear
post :dismiss # Deprecated
delete :destroy_multiple
end
member do
post :dismiss
delete :destroy_multiple
end
end

Loading…
Cancel
Save