Merge remote-tracking branch 'parent/main' into kb_migration
This commit is contained in:
commit
dbea57ada8
80 changed files with 180 additions and 364 deletions
|
@ -479,7 +479,9 @@ Rails.application.routes.draw do
|
|||
resources :list, only: :show
|
||||
end
|
||||
|
||||
resources :streaming, only: [:index]
|
||||
get '/streaming', to: 'streaming#index'
|
||||
get '/streaming/(*any)', to: 'streaming#index'
|
||||
|
||||
resources :custom_emojis, only: [:index]
|
||||
resources :suggestions, only: [:index, :destroy]
|
||||
resources :scheduled_statuses, only: [:index, :show, :update, :destroy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue