Skip to content

Instantly share code, notes, and snippets.

@rje
Created August 5, 2010 07:37
Show Gist options
  • Save rje/509392 to your computer and use it in GitHub Desktop.
Save rje/509392 to your computer and use it in GitHub Desktop.
(cond (= <some future dynamic path>)
(return-dynamic-content ...)
<other dynamic paths>
(static-files/file-exists? (:uri request)) (return-file ...)
:else (return-404))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment