mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
Merge pull request #4722 from oblakeerickson/typo_routes_file
FIX: typo in a routes.rb comment
This commit is contained in:
commit
2fc0b35765
@ -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…
x
Reference in New Issue
Block a user