httpclient-server.rb 63 Bytes
Newer Older
John E. Vincent's avatar
John E. Vincent committed
1 2 3 4
require 'sinatra'
post '/webhook' do
  p request.body.read
end