Chore: Removed unused functions from home_controller (#512)
This commit is contained in:
@@ -15,8 +15,6 @@ Rails.application.routes.draw do
|
||||
get '/app/settings/inboxes/new/twitter', to: 'dashboard#index', as: 'app_new_twitter_inbox'
|
||||
get '/app/settings/inboxes/new/:inbox_id/agents', to: 'dashboard#index', as: 'app_twitter_inbox_agents'
|
||||
|
||||
match '/status', to: 'home#status', via: [:get]
|
||||
|
||||
resource :widget, only: [:show]
|
||||
|
||||
namespace :api, defaults: { format: 'json' } do
|
||||
|
||||
Reference in New Issue
Block a user