forked from External/greenlight
Implemented join to BBB first approach
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
Rails.application.routes.draw do
|
||||
get 'bbb/join/:id', to: 'bbb#join', as: :bbb_join
|
||||
get 'bbb/close'
|
||||
|
||||
get 'meeting(/:id)', to: 'landing#index'
|
||||
|
||||
root to: 'landing#index'
|
||||
|
Reference in New Issue
Block a user