1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
This commit is contained in:
blake.mizerany@gmail.com 2007-09-12 23:44:15 +00:00
parent f5c532306e
commit 0cfd1b78ae
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@ $LOAD_PATH.unshift File.dirname(__FILE__) + '/../../lib/'
require 'sinatra'
get '/test' do
format.xml { body 'blake in xml' }
'test'
end