Add redirect for /admin => /admin/settings
This commit is contained in:
parent
905c829179
commit
07b9a10d4d
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
get '/admin', to: redirect('/admin/settings', status: 302)
|
||||
|
||||
namespace :api do
|
||||
# PubSubHubbub outgoing subscriptions
|
||||
resources :subscriptions, only: [:show]
|
||||
|
|
Loading…
Reference in a new issue