Skip to content

Instantly share code, notes, and snippets.

@yayitswei
Created May 21, 2013 07:12
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/5618027 to your computer and use it in GitHub Desktop.
Save yayitswei/5618027 to your computer and use it in GitHub Desktop.
(defroutes all-routes
socket-routes
(wrap-restful-format api-routes)
(wrap-friend-auth app-routes)
(route/resources "/")
(route/not-found "Not Found"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment