Skip to content
Snippets Groups Projects
Commit 2b0b7ff1 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix #385 - /web now loads a page

parent 1bbcd71c
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment