Adds ability for users to configure basic ezcater integration.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
(defn wrap-csv-response [handler]
|
||||
(fn [request]
|
||||
(let [response (handler request)]
|
||||
(println response)
|
||||
(update response :body #(with-open [w (java.io.StringWriter.)]
|
||||
(csv/write-csv w %)
|
||||
(.toString w))))))
|
||||
|
||||
Reference in New Issue
Block a user