mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 09:19:59 +00:00
created rooms and redirects users to correct room
This commit is contained in:
@@ -17,6 +17,10 @@ Rails.application.routes.draw do
|
||||
|
||||
get '/establish_call/:contact_id', to: 'pages#establish_call', as: 'establish_call'
|
||||
|
||||
post '/accept_call', to: 'pages#accept_call', as: 'accept_call/'
|
||||
|
||||
patch '/accept_call/:request_id', to: 'requests#update', as: 'update_request'
|
||||
|
||||
get '/contacts', to: 'pages#index'
|
||||
post '/sessions', to: 'video_sessions#create'
|
||||
|
||||
|
Reference in New Issue
Block a user