1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Add redirect for /admin => /admin/settings

This commit is contained in:
Effy Elden 2017-01-26 18:59:35 +11:00
parent 905c829179
commit 07b9a10d4d

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]