Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sidekiq.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36ec8bc1d54089e2cea94a8c2f5fdcd6df5af59f (plain)
1
2
3
constraints ::Constraints::AdminConstrainer.new do
  mount Sidekiq::Web, at: '/admin/sidekiq', as: :sidekiq
end