Skip to content

Instantly share code, notes, and snippets.

@danneu
Created October 6, 2014 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danneu/ac3a99ac8eb0c0f4ca58 to your computer and use it in GitHub Desktop.
Save danneu/ac3a99ac8eb0c0f4ca58 to your computer and use it in GitHub Desktop.
(def app
(-> app-routes
((fn [handler]
(fn [req]
(pprint req)
(let [res (handler req)]
(pprint res)
res))))
wrap-edn-params))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment