master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 16988b7332 - Show all commits

View File

@ -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'