forked from External/greenlight
personalized rooms page
This commit is contained in:
@ -4,6 +4,7 @@ Rails.application.routes.draw do
|
||||
get 'meeting(/:id)', to: 'landing#index'
|
||||
get '/auth/:provider/callback', to: 'sessions#create'
|
||||
get '/logout', to: 'sessions#destroy'
|
||||
get '/rooms/:name', to: 'landing#room'
|
||||
|
||||
root to: 'landing#index'
|
||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||
|
Reference in New Issue
Block a user