Skip to content

Instantly share code, notes, and snippets.

@mmower
Created August 18, 2015 12:05
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 mmower/46644f306e895c35a91c to your computer and use it in GitHub Desktop.
Save mmower/46644f306e895c35a91c to your computer and use it in GitHub Desktop.
(def app
(-> (routes aprint home-routes app-routes)
(wrap-base-url)
(wrap-json-body)
(wrap-cors :access-control-allow-origin [#".*"]
:access-control-allow-methods [:get :put :post :delete])
(handler/site)
#_(wrap-trace :header :ui)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment