about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-15 21:09:12 +0200
committerThibG <thib@sitedethib.com>2018-10-15 22:36:55 +0200
commit38b11e0b580daabe7072a15d18f8230c8a078f67 (patch)
tree7274f8fa70ccc7e33abf3682e003cdac89a83c0e /config
parentb0527a4ce702bfab8c53b31917038e7463b9d39c (diff)
Fix deleting individual notifications from glitch-soc's web interface
Fixes #783
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8895b7272..84c37b89e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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