Skip to content

Instantly share code, notes, and snippets.

@whostolebenfrog
Created January 21, 2013 14:44
Show Gist options
  • Save whostolebenfrog/4586551 to your computer and use it in GitHub Desktop.
Save whostolebenfrog/4586551 to your computer and use it in GitHub Desktop.
(defroutes clean-routes
(GET "/1.x/status" [] (status-method-elsewhere))
(GET "/1.x/users/:userid/foo" [] (no-foo-here))
(GET "/1.x/users/:userid/bar" [] (keeps-routes-clean)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment