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

Commit

Permalink
fixed config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
junsumida committed Mar 28, 2014
1 parent 11adde1 commit 97e4d35
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 97e4d35

Please sign in to comment.