Browse Source

Fix #385 - /web now loads a page

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
2b0b7ff1b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/routes.rb

+ 1
- 1
config/routes.rb 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'

Loading…
Cancel
Save