redirect to about from donate for now

This commit is contained in:
Kyle Drake 2013-07-14 00:17:52 -04:00
parent 75573c2e2b
commit 877a55fa7f

2
app.rb
View file

@ -51,7 +51,7 @@ get '/tutorials' do
end
get '/donate' do
erb :'donate'
redirect '/about'
end
get '/blog' do