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

🎁 Add button to re-split PDF #687

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"

Loading