Skip to content

Commit

Permalink
Merge pull request #512 from UCLALibrary/jendiamond-patch-1
Browse files Browse the repository at this point in the history
Add version page to config
  • Loading branch information
pghorpade authored Nov 20, 2019
2 parents 1dcd6ea + a389935 commit 761d2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Rails.application.routes.draw do
mount Flipflop::Engine => "/flipflop"
get '/about', to: 'static#about'
get '/version', to: 'static#version'

concern :range_searchable, BlacklightRangeLimit::Routes::RangeSearchable.new
concern :searchable, Blacklight::Routes::Searchable.new
Expand Down

0 comments on commit 761d2e5

Please sign in to comment.