Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created June 9, 2010 11:14
Show Gist options
  • Save christianberg/431343 to your computer and use it in GitHub Desktop.
Save christianberg/431343 to your computer and use it in GitHub Desktop.
(defroutes example
public-routes
(ANY "/admin/*" [] admin-routes)
(route/not-found "Page not found"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment