Fix /api/v1/streaming
sub-paths not being redirected (#23988)
Este commit está contenido en:
padre
0f2e8476e0
commit
ad77e8a2fb
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
|
@ -447,7 +447,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]
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia