diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-05-07 22:21:31 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-07 15:21:31 +0200 |
commit | d7c17c32afdb15387a2fb11071a7643f2e1dc592 (patch) | |
tree | 2720077c4211cf79bd9fedcf328722c31fac7998 /config | |
parent | ee1486a7deb18922c6d39bea5578f00e2f81305d (diff) |
Fix redirect path for admin (#2871)
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 577a66923..35bdb73a7 100644 --- 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 |