0
0
Fork 0

Add relationship manager UI (#10268)

This commit is contained in:
Eugen Rochko 2019-03-16 11:23:22 +01:00 committed by GitHub
parent 8da5b8e669
commit 1c113fd72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 264 additions and 660 deletions

View file

@ -106,8 +106,6 @@ Rails.application.routes.draw do
resource :confirmation, only: [:new, :create]
end
resource :follower_domains, only: [:show, :update]
resources :applications, except: [:edit] do
member do
post :regenerate
@ -129,6 +127,7 @@ Rails.application.routes.draw do
resources :emojis, only: [:show]
resources :invites, only: [:index, :create, :destroy]
resources :filters, except: [:show]
resource :relationships, only: [:show, :update]
get '/public', to: 'public_timelines#show', as: :public_timeline
get '/media_proxy/:id/(*any)', to: 'media_proxy#show', as: :media_proxy