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:
parent
2140cbf244
commit
7a343496ac
|
@ -517,3 +517,7 @@ get '/favicon.ico' do
|
||||||
HTTPAdapter::NetHTTPRequestAdapter
|
HTTPAdapter::NetHTTPRequestAdapter
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
get '/' do
|
||||||
|
redirect '/explore/buzz/'
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue