mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
client api refactoring
This commit is contained in:
parent
7a35caf276
commit
9360c01aad
7 changed files with 148 additions and 138 deletions
|
|
@ -7,4 +7,5 @@ Myapp::Application.routes.draw do
|
|||
get "work/post" => "work#delayed_post"
|
||||
get "work/long" => "work#long"
|
||||
get "work/crash" => "work#crash"
|
||||
get "work/bulk" => "work#bulk"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue