Removed react/home.html.haml
• Removed: - react/home.html.haml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user