Skip to content

Commit 72c1f48

Browse files
committed
Configure default http method
1 parent 5286872 commit 72c1f48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/controllers/catalog_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def self.modified_field
1818
include BlacklightIiifSearch::Controller
1919

2020
configure_blacklight do |config|
21+
config.http_method = :post
22+
2123
# IiifPrint index fields
2224
config.add_index_field 'all_text_tsimv', highlight: true, helper_method: :render_ocr_snippets
2325

0 commit comments

Comments
 (0)