Fix #385 - /web now loads a page

master
Eugen Rochko 8 years ago
parent 1bbcd71cd4
commit 2b0b7ff1b8
  1. 2
      config/routes.rb

@ -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…
Cancel
Save