Removed all trace of search_redirect, included blanks for forum and label filters

This commit is contained in:
MrYummy
2017-06-02 19:25:33 +02:00
parent fdc6ceabb6
commit 49ab2d0778
3 changed files with 9 additions and 12 deletions

View File

@@ -22,12 +22,12 @@ Redstoner::Application.routes.draw do
post 'resend_mail'
get 'edit_notifications'
put 'update_login'
get 'edit_website_settings'
end
collection do
get 'lost_password'
post 'reset_password'
post 'suggestions'
post 'search_redirect'
end
end
@@ -36,7 +36,6 @@ Redstoner::Application.routes.draw do
resources :threadreplies, path: 'replies'
collection do
get 'search'
post 'search_redirect'
end
end
resources :forums, path: '/forums'