mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: remove hacky search from discovery
This commit is contained in:
@@ -405,7 +405,7 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get "top" => "list#top"
|
||||
get "search/query" => "search#query"
|
||||
get "search2" => "search#show"
|
||||
get "search" => "search#show"
|
||||
|
||||
# Topics resource
|
||||
get "t/:id" => "topics#show"
|
||||
|
||||
Reference in New Issue
Block a user