Added redirect to buzz explore page.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@88 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
Bob Aman 2010-10-19 21:23:57 +00:00
parent 2140cbf244
commit 7a343496ac
1 changed files with 4 additions and 0 deletions

View File

@ -517,3 +517,7 @@ get '/favicon.ico' do
HTTPAdapter::NetHTTPRequestAdapter
)
end
get '/' do
redirect '/explore/buzz/'
end