Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Xzanth/pugbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzanth committed Sep 6, 2016
2 parents 149da9d + cd66ded commit 39d1a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pugbot/web.rb
Expand Up @@ -6,7 +6,7 @@ class Web < Sinatra::Base
use Rack::Throttle::Interval, min: 2
use Rack::Throttle::Minute, max: 30

get "/api/" do
get "/api/queue_list" do
content_type :json
settings.plugin.queue_list.to_json
end
Expand Down

0 comments on commit 39d1a78

Please sign in to comment.