Skip to content

Commit

Permalink
Check to isolate error
Browse files Browse the repository at this point in the history
  • Loading branch information
josei committed Feb 22, 2012
1 parent e492153 commit 9aa3e34
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@
haml :index
end

get '/hi/:uri' do
"hi#{params[:uri]}"
end

get '/proxy/:uri' do
get '/proxy/*' do
#RestClient.get params[:uri], :content_type=>'text/html'
"hi#{params[:uri]}"
params[:splat]*"/"
end

helpers do
Expand Down

0 comments on commit 9aa3e34

Please sign in to comment.