Fork me on GitHub
#ring-swagger
<
2018-10-04
>
mping14:10:59

Has anybody seen this? java.lang.NullPointerException: Response map is nil

mping14:10:15

it’s basically due to this:

(defn html
  [content]
  (-> content
      (response/response)
      (response/header "Content-Type" "text/html")))

mping14:10:43

I’m using jetty adapter