From 16988b7332f25c6063910897f5cfad05e3ebba2d Mon Sep 17 00:00:00 2001 From: Mohamad Abras Date: Fri, 25 Jun 2021 07:47:31 +0300 Subject: [PATCH] remove un-used route (#2773) --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 15ce2e7a..dba1a55a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'