1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

remove this

This commit is contained in:
Mike Perham 2014-08-06 10:15:29 -07:00
parent fc8b2b88f5
commit de60164b70

View file

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