Integrazione YouTube Live: OAuth squadra, canale piattaforma Light e UI.
Collegamento da Dettagli squadra e admin per il refresh token Match Live TV; API e app mobile allineate ai piani Light/Full. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -71,6 +71,7 @@ Rails.application.routes.draw do
|
||||
resources :sessions, only: %i[index show] do
|
||||
member { post :stop }
|
||||
end
|
||||
get "youtube/platform", to: "youtube#platform", as: :youtube_platform
|
||||
end
|
||||
|
||||
get "hls/*path", to: "hls_proxy#show", format: false, constraints: { path: /.+/ }
|
||||
@@ -138,6 +139,8 @@ Rails.application.routes.draw do
|
||||
delete "teams/:id/staff/self", to: "teams#clear_self_staff", as: :team_clear_self_staff
|
||||
delete "teams/:id/members/:user_id", to: "teams#remove_member", as: :team_remove_member
|
||||
delete "teams/:id/invitations/:invitation_id", to: "teams#destroy_invitation", as: :team_destroy_invitation
|
||||
get "teams/:id/youtube/connect", to: "teams#youtube_connect", as: :team_youtube_connect
|
||||
delete "teams/:id/youtube/disconnect", to: "teams#youtube_disconnect", as: :team_youtube_disconnect
|
||||
get "join/:token", to: "invitations#show", as: :invitation
|
||||
post "join/:token", to: "invitations#accept"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user