1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2014-08-06 09:41:46 -07:00
parent af46cd32d9
commit a54715d618
5 changed files with 15 additions and 2 deletions

View file

@ -1,4 +1,5 @@
Myapp::Application.routes.draw do
Sidekiq::Web.app_url = '/'
mount Sidekiq::Web => '/sidekiq'
get "work" => "work#index"
get "work/email" => "work#email"