Skip to content

Commit

Permalink
Fix example app
Browse files Browse the repository at this point in the history
  • Loading branch information
akahn committed Apr 9, 2010
1 parent 0286491 commit fd1d534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example_app.rb
Expand Up @@ -10,8 +10,8 @@
"You are on: #{sub}"
end

get '/' do
"Home!"
end
end

get '/' do
"Home!"
end

0 comments on commit fd1d534

Please sign in to comment.