lib/ajax-cat.rb in ajax-cat-0.1.0 vs lib/ajax-cat.rb in ajax-cat-0.2.0

- old
+ new

@@ -1,4 +1,9 @@ +require 'sinatra.rb' + +get '/' do + redirect '/index.html' +end \ No newline at end of file