Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove RootRedirect.
  • Loading branch information
Adolfo Builes committed May 14, 2012
1 parent c0f5667 commit 3f37550
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions server.rb
Expand Up @@ -22,14 +22,6 @@ def response(env)
end
end


class RootRedirect < Goliath::API
def response(env)
[301, {"Location" => "/index.html"}, self]
end
end


class Server < Goliath::API
use Goliath::Rack::Params

Expand Down

0 comments on commit 3f37550

Please sign in to comment.