mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: typo in a routes.rb comment
sidekiq was spelled wrong
This commit is contained in:
parent
fdf749770b
commit
5ba8f8d1a6
|
@ -26,7 +26,7 @@ Discourse::Application.routes.draw do
|
|||
mount Sidekiq::Web => "/sidekiq"
|
||||
mount Logster::Web => "/logs"
|
||||
else
|
||||
# only allow sidekie in master site
|
||||
# only allow sidekiq in master site
|
||||
mount Sidekiq::Web => "/sidekiq", constraints: AdminConstraint.new(require_master: true)
|
||||
mount Logster::Web => "/logs", constraints: AdminConstraint.new
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user