Merge remote-tracking branch 'parent/main' into kb_migration

This commit is contained in:
KMY 2023-03-08 16:39:01 +09:00
commit dbea57ada8
80 changed files with 180 additions and 364 deletions

View file

@ -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]