Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. require 'rubygems'
  2. require 'sinatra'
  3.  
  4. put '/' do
  5. "PUT received with data #{params.inspect}"
  6. end
Add Comment
Please, Sign In to add comment