Skip to content

Commit

Permalink
Merge pull request #1219 from hennevogel/refactoring/images-feature
Browse files Browse the repository at this point in the history
Drop unused images features
  • Loading branch information
hennevogel authored Jun 27, 2022
2 parents 9c6ab4c + 3b50944 commit abd1ed7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 172 deletions.
67 changes: 0 additions & 67 deletions app/controllers/images_controller.rb

This file was deleted.

103 changes: 0 additions & 103 deletions app/views/images/images.xml.erb

This file was deleted.

2 changes: 0 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
resources :search, only: [:index] do
end

get 'images.xml', to: 'images#images'

controller :package do
get 'package/:package', action: :show, constraints: { package: /[-+~\w\.:\@]+/ }
get 'package/thumbnail/:package.png', action: :thumbnail, constraints: { package: /[-+~\w\.:\@]+/ }
Expand Down

0 comments on commit abd1ed7

Please sign in to comment.