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: 5f6755fc3b3c3e0740993ac94dec3c046f26bb1b (plain)
1
2
3
4
5
# frozen_string_literal: true

constraints ::Constraints::AdminConstrainer.new do
  mount Sidekiq::Web, at: '/admin/sidekiq', as: :sidekiq
end