logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 2b0b7ff1b8b134e97c8827721a59cac21897932c
parent: 1bbcd71cd403da843e8a4a67926a4394b31a63fd
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Wed,  4 Jan 2017 15:35:36 +0100

Fix #385 - /web now loads a page

Diffstat:

Mconfig/routes.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/routes.rb b/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'