Fix #385 - /web now loads a page

This commit is contained in:
Eugen Rochko 2017-01-04 15:35:36 +01:00
parent 1bbcd71cd4
commit 2b0b7ff1b8
1 changed files with 1 additions and 1 deletions

View File

@ -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'