diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-07-07 13:49:31 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-07-07 13:49:31 +0200 |
commit | 7039dca12cf926fecbb2eb4fbba1461af5cb91c2 (patch) | |
tree | e530d7d18cd36177015c3fc840aaea68a6d723fa /config | |
parent | 47c30be8d810fd6d5d27285a097d01843f4dd9f6 (diff) | |
parent | c07cca4727041ea5a5721acbc603d4bfb45a15a6 (diff) |
Merge commit 'c07cca4727041ea5a5721acbc603d4bfb45a15a6' into glitch-soc/merge-upstream
Unlike upstream, kept the direct timeline endpoint, as it is still of use in glitch-soc.
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 05bcaf9e2..62374d0df 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -299,12 +299,10 @@ Rails.application.routes.draw do member do get :context - get :card end 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 @@ -362,7 +360,6 @@ Rails.application.routes.draw do resources :notifications, only: [:index, :show, :destroy] do collection do post :clear - post :dismiss # Deprecated delete :destroy_multiple end |