Skip to content

Commit

Permalink
Mount sidekiq in development
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Jul 22, 2019
1 parent ba545b4 commit 8566a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
if ForemanTasks.dynflow.required?
require 'dynflow/web'
mount ForemanTasks.dynflow.web_console => '/dynflow'
if Rails.env.development?
require 'sidekiq/web'
mount Sidekiq::Web => '/sidekiq'
end
end
end
end

0 comments on commit 8566a69

Please sign in to comment.