Last active
August 22, 2019 11:13
-
-
Save TeTiRoss/2c39dca6122cfde0d8938caa8e6b7a8b to your computer and use it in GitHub Desktop.
rack app Sidekiq UI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'sidekiq/web' | |
run Rack::URLMap.new \ | |
'/' => SomeRackApp, | |
'/sidekiq' => Sidekiq::Web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment