Skip to content

Instantly share code, notes, and snippets.

@devn
Created April 1, 2010 13:45
Show Gist options
  • Select an option

  • Save devn/351817 to your computer and use it in GitHub Desktop.

Select an option

Save devn/351817 to your computer and use it in GitHub Desktop.
(def walton-web
(app
["examples" text]
{:get [(fn [req] (walton-doc* text))]}
[#".*"] {:get ["all routes!"]}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment