Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created May 9, 2014 13:53
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 jcromartie/d4b6d752e1d001de1724 to your computer and use it in GitHub Desktop.
Save jcromartie/d4b6d752e1d001de1724 to your computer and use it in GitHub Desktop.
(def make-routes
[x]
(routes
(GET "/foo" [] handle-foo)
(POST "/bar" [bat] (handle-bat x bat))
(PUT "/baz" [] (partial handle-baz x))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment