diff --git a/config/routes.rb b/config/routes.rb index 8edd6259c..95f486876 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -60,8 +60,6 @@ registrations: :registrations } - get 'topics', to: 'profiles#index', as: :topic - get 'profiles_typeahead' => 'profiles#typeahead' get 'contact' => 'contact#new', as: 'contact'