travis-api/app.rb
2015-02-11 10:05:08 +01:00

5 lines
84 B
Ruby

require 'sinatra'
get '/' do
"<form method=post><input type=submit /></form>"
end