Skip to content

Commit

Permalink
Merge pull request #17 from seancorfield/master
Browse files Browse the repository at this point in the history
Update JSON MIME type per FW/1 (for CFML).
  • Loading branch information
seancorfield committed Nov 5, 2013
2 parents 2292a18 + cadc5e0 commit 28001b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/one.clj
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
(with-out-str (xml/emit (xml/sexp-as-element expr) *out*)))

(def ^:private render-types
{:json {:type "application/javascript; charset=utf-8"
{:json {:type "application/json; charset=utf-8"
:body json/write-str}
:text {:type "text/plain; charset=utf-8"
:body identity}
Expand Down

0 comments on commit 28001b9

Please sign in to comment.