Added redirect to buzz explore page.
authorBob Aman <bobaman@google.com>
Tue, 19 Oct 2010 21:23:57 +0000 (21:23 +0000)
committerBob Aman <bobaman@google.com>
Tue, 19 Oct 2010 21:23:57 +0000 (21:23 +0000)
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@88 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef

examples/sinatra/explorer.rb

index 481101e58a3562dd18e24c94bf8b3ea55744514e..cf98bdda82fec49b1c863190bc33dc5bbc2332c6 100644 (file)
@@ -517,3 +517,7 @@ get '/favicon.ico' do
     HTTPAdapter::NetHTTPRequestAdapter
   )
 end
+
+get '/' do
+  redirect '/explore/buzz/'
+end