diff --git a/hello.rb b/hello.rb index afb64b8..098be56 100644 --- a/hello.rb +++ b/hello.rb @@ -9,5 +9,5 @@ end get "/bar" do - "Bar went away" + "Bar is here" end