fix route

This commit is contained in:
John Bintz 2011-03-23 14:54:57 -04:00
parent 956e9e2114
commit 7c18494a38

View File

@ -44,7 +44,7 @@ class AVMExample < Sinatra::Base
haml :print_data
end
get %r{/?} do
get %r{^/?$} do
haml :index
end