Removed welcome from routes in react controller

• Removed:
- welcome from routes in react controller
This commit is contained in:
mgabdev 2020-07-14 18:45:11 -05:00
parent 8923a0188d
commit b26cd650c6
1 changed files with 1 additions and 1 deletions

View File

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