logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: d7c17c32afdb15387a2fb11071a7643f2e1dc592
parent: ee1486a7deb18922c6d39bea5578f00e2f81305d
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun,  7 May 2017 22:21:31 +0900

Fix redirect path for admin (#2871)


Diffstat:

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

diff --git a/config/routes.rb b/config/routes.rb @@ -95,7 +95,7 @@ Rails.application.routes.draw do end end - get '/admin', to: redirect('/admin/settings', status: 302) + get '/admin', to: redirect('/admin/settings/edit', status: 302) namespace :api do # PubSubHubbub outgoing subscriptions