Skip to content

Commit ae46a17

Browse files
author
Kirk Wang
committed
🐛 Fix undefined local variable iiif_print
There was a change in this version of IIIF Print that needed an update to routes.rb. Ref: - notch8/iiif_print#302
1 parent d87e4ed commit ae46a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
concern :oai_provider, BlacklightOaiProvider::Routes.new
1212

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

1617
authenticate :user, ->(u) { u.superadmin? || u.admin? } do

0 commit comments

Comments
 (0)