onyxframework / http

An opinionated framework for scalable web 🌎
https://onyxframework.com/http
MIT License
142 stars 11 forks source link

Change default JSON error rendering contents #64

Closed vladfaust closed 5 years ago

vladfaust commented 5 years ago

https://github.com/onyxframework/rest/blob/6aa4962e0eb209e17c34d1a9d5c7c5b7b27637f7/src/onyx-rest/renderers/json.cr#L31-L32

to

name = "Exception" 
message = "Internal server error"