~cytrogen/masto-fe

5ff9970c8d4acfb69b4696a3b5ce8e2a9580e370 — Thibaut Girka 6 years ago 64f3bc7
Re-add route for direct timeline
1 files changed, 1 insertions(+), 0 deletions(-)

M config/routes.rb
M config/routes.rb => config/routes.rb +1 -0
@@ 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