Skip to content

Commit

Permalink
Remove redundant require
Browse files Browse the repository at this point in the history
  • Loading branch information
purintai authored Apr 28, 2018
1 parent 3ba8faa commit f49185b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if defined?(BetterErrors)
BetterErrors.application_root = __dir__
end

require 'sidekiq/web'
map '/sidekiq' do
use Rack::Auth::Basic, "Protected Area" do |username, password|
# Protect against timing attacks:
Expand Down

0 comments on commit f49185b

Please sign in to comment.