Skip to content

Commit

Permalink
Merge pull request #311 from projectblacklight/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Remove obsolete route
  • Loading branch information
seanaery authored Jan 14, 2025
2 parents 34baec8 + 6e67aea commit 636e841
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/blacklight_range_limit/routes/range_searchable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def call(mapper, options = {})
options = @defaults.merge(options)

mapper.get 'range_limit', action: 'range_limit'
mapper.get 'range_limit_panel/:id', action: 'range_limit_panel'
end
end
end
Expand Down

0 comments on commit 636e841

Please sign in to comment.