Fix #385 - /web now loads a page
This commit is contained in:
parent
1bbcd71cd4
commit
2b0b7ff1b8
|
@ -136,7 +136,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
get '/web/*any', to: 'home#index', as: :web
|
||||
get '/web/(*any)', to: 'home#index', as: :web
|
||||
|
||||
get :about, to: 'about#index'
|
||||
get :terms, to: 'about#terms'
|
||||
|
|
Loading…
Reference in New Issue