Skip to content

Commit

Permalink
Right now the bots are scraping our website with the topic param. Whe…
Browse files Browse the repository at this point in the history
…n 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
  • Loading branch information
Tyranja committed Jan 8, 2024
1 parent 7a0f165 commit 8036ed8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
registrations: :registrations
}

get 'topics', to: 'profiles#index', as: :topic

get 'profiles_typeahead' => 'profiles#typeahead'

get 'contact' => 'contact#new', as: 'contact'
Expand Down

0 comments on commit 8036ed8

Please sign in to comment.