Skip to content

Instantly share code, notes, and snippets.

@cgrand
Created November 13, 2012 14:32
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 cgrand/4066032 to your computer and use it in GitHub Desktop.
Save cgrand/4066032 to your computer and use it in GitHub Desktop.
(defroutes get-routes
[] h/journal
["login"] h/login
["logout"] [friend/logout
h/logout])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment