remove un-used route (#2773)

This commit is contained in:
Mohamad Abras 2021-06-25 07:47:31 +03:00 committed by GitHub
parent e84a54b4fd
commit 16988b7332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ Rails.application.routes.draw do
# Extended room routes.
scope '/:room_uid' do
post '/', to: 'rooms#join'
patch '/', to: 'rooms#update', as: :update_room
get '/room_settings', to: 'rooms#room_settings'
post '/update_settings', to: 'rooms#update_settings'
get '/current_presentation', to: 'rooms#current_presentation'