Skip to content

Instantly share code, notes, and snippets.

@TeTiRoss
Last active August 22, 2019 11:13
Show Gist options
  • Save TeTiRoss/2c39dca6122cfde0d8938caa8e6b7a8b to your computer and use it in GitHub Desktop.
Save TeTiRoss/2c39dca6122cfde0d8938caa8e6b7a8b to your computer and use it in GitHub Desktop.
rack app Sidekiq UI
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