Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from junsumida/hotfix
Browse files Browse the repository at this point in the history
fixed config.ru
  • Loading branch information
luckypool committed Mar 28, 2014
2 parents 11adde1 + 97e4d35 commit 457a48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'rack/camel_snake'
require 'rack/server_errors'

require_relative 'app/app'
require_relative 'app/middleware/errors_handler'

use ErrorsHandler
use Rack::ServerErrors
use Rack::CamelSnake
run Mosscow

0 comments on commit 457a48c

Please sign in to comment.