remove old dead routes

This commit is contained in:
Kyle Drake 2024-02-02 14:42:55 -06:00
parent c19a7400a1
commit 3e6422bb24

View file

@ -122,15 +122,6 @@ get '/legal/?' do
erb :'legal'
end
get '/permanent-web' do
redirect '/distributed-web'
end
get '/distributed-web' do
@title = 'The Distributed Web'
erb :'distributed_web'
end
get '/thankyou' do
@title = 'Thank you!'
erb :'thankyou'