Browse Source

Add redirect for /admin => /admin/settings

closed-social-glitch-2
Effy Elden 7 years ago
parent
commit
07b9a10d4d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config/routes.rb

+ 2
- 0
config/routes.rb View File

@ -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…
Cancel
Save