kit-clj / kit

Lightweight, modular framework for scalable web development in Clojure
https://kit-clj.github.io/
MIT License
463 stars 43 forks source link

Fix content-type of error responses to text/plain #139

Closed philipmw closed 2 months ago

philipmw commented 2 months ago

Because the body is not HTML, so it shouldn't be text/html.

yogthos commented 2 months ago

thanks