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