Skip to content

Instantly share code, notes, and snippets.

@ngw
Created March 17, 2011 13:05
Show Gist options
  • Save ngw/874281 to your computer and use it in GitHub Desktop.
Save ngw/874281 to your computer and use it in GitHub Desktop.
class Otcho < Sinatra::Base
register Sinatra::Async
apost '/:subodomain.json' do |subdomain|
body { puts request.body.string }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment