Georges Dupéron 2016-08-23 16:04:06 +02:00
parent 542592ae41
commit cf188bd3a0

View File

@ -11,6 +11,7 @@ class Travis::Api::App
get '/' do
prefer_follower do
params['ids'] = params['ids'].split(',') if params['ids'].respond_to?(:split)
respond_with service(:find_jobs, params)
end
end