Removed react/home.html.haml

• Removed:
- react/home.html.haml
This commit is contained in:
mgabdev
2020-08-06 23:10:22 -05:00
parent aba1b917d5
commit f964950282
3 changed files with 2 additions and 18 deletions

View File

@@ -465,8 +465,6 @@ Rails.application.routes.draw do
end
end
get '/', to: 'react#home', as: :homepage
get '/g/:groupSlug', to: 'react#groupBySlug'
get '/:username/with_replies', to: 'accounts#show', username: username_regex, as: :short_account_with_replies
get '/:username/comments_only', to: 'accounts#show', username: username_regex, as: :short_account_comments_only
@@ -480,6 +478,8 @@ Rails.application.routes.draw do
get '/:username', to: 'accounts#show', username: username_regex, as: :short_account
root 'react#react'
get '/', to: 'react#react', as: :homepage
# Routes that are now to be used within webapp, but still referenced within application
# TODO : Consolidate
get '/explore', to: 'directories#index', as: :explore