Map having :leave as fn[context] and rewriting response body from map into json
(:require [clj.pedestal-api-helper.interceptors :as api-h.i]
[...])
(def common-interceptors
[(p.body-params/body-params)
api-h.i/json-out])
(def all-routes
(route/expand-routes
#{["/status" :get (conj common-interceptors `r.status/get-status) :route-name :get-all-status]}))
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close