Skip to content

Commit

Permalink
fix wrong content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Apr 22, 2024
1 parent 194c46d commit ac5fe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/cljs/devtools/server/web/api.clj
Expand Up @@ -46,7 +46,7 @@
:ex-data (ex-data e)}))]

{:status 200
:headers {"content-type" "application/edn; charset=utf-8"}
:headers {"content-type" "application/transit+json; charset=utf-8"}
:body (transit-str result)}))

(defn project-info [{:keys [transit-read transit-str] :as req}]
Expand Down

0 comments on commit ac5fe5a

Please sign in to comment.