Skip to content

Commit

Permalink
Merge pull request noir-clojure#103 from kenrestivo/master
Browse files Browse the repository at this point in the history
Remove duplicate wrap-custom-middleware
  • Loading branch information
Raynes committed May 14, 2012
2 parents 0e47af5 + 7515bc3 commit 5178c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/noir/server/handler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
[handler opts]
(routes handler
(-> (apply routes (spec-routes))
(wrap-custom-middleware)
(cookie/wrap-noir-cookies)
(validation/wrap-noir-validation)
(hiccup/wrap-base-url (options/get :base-url))
Expand Down

0 comments on commit 5178c1d

Please sign in to comment.