Redirect from root to /Home, fixes #250

This commit is contained in:
Tim Harvey
2012-05-10 08:55:56 -04:00
parent a692ec1124
commit 43d2143506
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ module Precious
end
get '/' do
show_page_or_file('Home')
redirect File.join(settings.wiki_options[:base_path].to_s, 'Home')
end
get '/edit/*' do