-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I've got a pretty simple setup:
(def app (-> all-routes
(middleware/app-handler :session-options {:cookie-name "dd-session"
:store (cookie-store {:key (:cookie-key configs)})})
middleware-json/wrap-json-body
middleware-json/wrap-json-response
jsonp/wrap-json-with-padding
middleware-json/wrap-json-params
wrap-params))
However, after upgrading to 0.9.1 webpages get downloaded instead of displayed as html.
Metadata
Metadata
Assignees
Labels
No labels