forked from External/greenlight
remove un-used route (#2773)
This commit is contained in:
parent
e84a54b4fd
commit
16988b7332
|
@ -123,7 +123,6 @@ Rails.application.routes.draw do
|
||||||
# Extended room routes.
|
# Extended room routes.
|
||||||
scope '/:room_uid' do
|
scope '/:room_uid' do
|
||||||
post '/', to: 'rooms#join'
|
post '/', to: 'rooms#join'
|
||||||
patch '/', to: 'rooms#update', as: :update_room
|
|
||||||
get '/room_settings', to: 'rooms#room_settings'
|
get '/room_settings', to: 'rooms#room_settings'
|
||||||
post '/update_settings', to: 'rooms#update_settings'
|
post '/update_settings', to: 'rooms#update_settings'
|
||||||
get '/current_presentation', to: 'rooms#current_presentation'
|
get '/current_presentation', to: 'rooms#current_presentation'
|
||||||
|
|
Loading…
Reference in New Issue