mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Re-add route for direct timeline
This commit is contained in:
parent
64f3bc77ac
commit
5ff9970c8d
@ -303,6 +303,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
namespace :timelines do
|
||||
resource :direct, only: :show, controller: :direct
|
||||
resource :home, only: :show, controller: :home
|
||||
resource :public, only: :show, controller: :public
|
||||
resources :tag, only: :show
|
||||
|
Loading…
Reference in New Issue
Block a user