Skip to content

Instantly share code, notes, and snippets.

@whostolebenfrog
Created January 21, 2013 14:42
Show Gist options
  • Save whostolebenfrog/4586540 to your computer and use it in GitHub Desktop.
Save whostolebenfrog/4586540 to your computer and use it in GitHub Desktop.
(defroutes context-routes
(context "/1.x/users/:userid" req
(GET "/info" {params :params} (get-user-info params))
(POST "/info" [] (update-user-info! req))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment