From 8036ed89f84ee1706b516553c18fca71e3ff1d4d Mon Sep 17 00:00:00 2001 From: Tyranja Date: Mon, 8 Jan 2024 21:22:47 +0100 Subject: [PATCH] Right now the bots are scraping our website with the topic param. When they do - we show all speakerinnen wit the images. This might cause a lot of request we do not want to have Since we don't use linked topics at the moment, we can get rid of the route --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) 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'