Skip to content

Instantly share code, notes, and snippets.

@yayitswei
Created May 19, 2013 05:26
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 yayitswei/5606785 to your computer and use it in GitHub Desktop.
Save yayitswei/5606785 to your computer and use it in GitHub Desktop.
(def app
(wrap-restful-format (wrap-request-logging
(if prod?
(handler/site all-routes)
(reload/wrap-reload (handler/api #'all-routes))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment