Skip to content

Commit

Permalink
Merge pull request #615 from scientist-softserv/i614-file-set-show-as…
Browse files Browse the repository at this point in the history
…-admin

🐛 Fix undefined local variable `iiif_print`
  • Loading branch information
kirkkwang authored Mar 11, 2024
2 parents 894c213 + 3440ac2 commit 8a17524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
concern :oai_provider, BlacklightOaiProvider::Routes.new

mount Hyrax::IiifAv::Engine, at: '/'
mount IiifPrint::Engine, at: '/'
mount Riiif::Engine => 'images', as: :riiif if Hyrax.config.iiif_image_server?

authenticate :user, lambda { |u| u.is_superadmin || u.is_admin } do
Expand Down

0 comments on commit 8a17524

Please sign in to comment.