forked from TonTon-UFPA-Comput/site
Chapa Sigmóide. Fix redirect to home page
This commit is contained in:
parent
ae5d498d6a
commit
d69a053468
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
|
@ -20,7 +20,7 @@ class TonTonWeb::App < Sinatra::Base
|
||||||
markdown request.path_info.to_sym, layout_engine: :erb, layout: true
|
markdown request.path_info.to_sym, layout_engine: :erb, layout: true
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/chapa-sigmoide' do
|
get '/chapa-sigmoide/readme' do
|
||||||
redirect "/chapa-sigmoide/readme.markdown"
|
redirect "/chapa-sigmoide/readme.markdown"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue