diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 196e73997..4b4411ea5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -10,7 +10,6 @@ ChouetteIhm::Application.routes.draw do devise_scope :user do authenticated :user do root :to => 'referentials#index', as: :authenticated_root - mount Sidekiq::Web => '/sidekiq' end unauthenticated :user do |
