Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #687 from scientist-softserv/iiif_print-i294
Browse files Browse the repository at this point in the history
🎁 Add button to re-split PDF
  • Loading branch information
jeremyf authored Nov 29, 2023
2 parents de5f951 + d25f341 commit 3cef5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
mount BlacklightAdvancedSearch::Engine => '/'

mount Hyrax::Engine, at: '/'
mount IiifPrint::Engine, at: '/'
if Settings.bulkrax.enabled
mount Bulkrax::Engine, at: '/'
end
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ services:
web:
command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
worker:
command: sh -l -c "bundle && bundle exec sidekiq"
command: sh -l -c "bundle && bundle exec good_job"

0 comments on commit 3cef5da

Please sign in to comment.