Skip to content

Instantly share code, notes, and snippets.

@cap10morgan
Created July 18, 2013 21:00
Show Gist options
  • Save cap10morgan/6033056 to your computer and use it in GitHub Desktop.
Save cap10morgan/6033056 to your computer and use it in GitHub Desktop.
(defn create-handler []
(fn [request]
((->
(assemble-routes)
api
wrap-restful-params)
request)))
(defn handler [request]
((create-handler) request))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment