rainforestapp/fourchette

View on GitHub
lib/fourchette/web/hooks.rb

Summary

Maintainability
A
0 mins
Test Coverage
post '/hooks' do
  params = JSON.parse(request.env['rack.input'].read)
  Fourchette::PullRequest.new.async.perform(params)
  'Got it, thanks!'
end