Removed welcome from routes in react controller
• Removed: - welcome from routes in react controller
This commit is contained in:
parent
8923a0188d
commit
b26cd650c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue