Skip to content

Instantly share code, notes, and snippets.

@tcoupland
Created April 28, 2012 11:36
Show Gist options
  • Save tcoupland/2518232 to your computer and use it in GitHub Desktop.
Save tcoupland/2518232 to your computer and use it in GitHub Desktop.
Simple compojure handler before msg only
(defn logging [chain] (fn [req]
(println "before")
(chain req)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment