mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
redirect to about from donate for now
This commit is contained in:
parent
75573c2e2b
commit
877a55fa7f
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -51,7 +51,7 @@ get '/tutorials' do
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/donate' do
|
get '/donate' do
|
||||||
erb :'donate'
|
redirect '/about'
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/blog' do
|
get '/blog' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue