Skip to content
Snippets Groups Projects
Commit d7c17c32 authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Fix redirect path for admin (#2871)

parent ee1486a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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