From ef2a5917d5686fb3456a0f7274d86857197dae80 Mon Sep 17 00:00:00 2001 From: Bruno Nocera Zanette <bnzanette@inf.ufpr.br> Date: Tue, 29 Sep 2015 13:48:37 -0300 Subject: [PATCH] Fix bug: Duplicated route to Sidekiq --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 551b85fd..dda50d59 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -44,6 +44,4 @@ Rails.application.routes.draw do get '/contact' => 'welcome#contact', as: 'contact' get '/complaint' => 'welcome#complaint', as: 'complaint' get '/search' => 'search#index', as: 'search' - - mount Sidekiq::Web => '/sidekiq' end -- GitLab