From b26cd650c6ee380699f318ee006b490dcf04fdc3 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 14 Jul 2020 18:45:11 -0500 Subject: [PATCH] Removed welcome from routes in react controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - welcome from routes in react controller --- app/controllers/react_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/react_controller.rb b/app/controllers/react_controller.rb index b5b20b29..e7370177 100644 --- a/app/controllers/react_controller.rb +++ b/app/controllers/react_controller.rb @@ -36,7 +36,7 @@ class ReactController < ApplicationController end def find_route_matches - request.path.match(/\A\/(home|welcome|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|domain_blocks|mutes)/) + request.path.match(/\A\/(home|group|groups|list|lists|notifications|tags|compose|follow_requests|admin|account|settings|filters|timeline|blocks|domain_blocks|mutes)/) end def find_public_route_matches