Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvincent committed Mar 5, 2012
1 parent f939845 commit 6c52412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -2,5 +2,5 @@
require 'sinatra'

get '/' do
File.read(File.join('public', 'index.html'))
redirect '/index.html'
end

0 comments on commit 6c52412

Please sign in to comment.