contributte / apitte

:wrench: An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation, debugging, middlewares, attributes, annotations and loving openapi/swagger.
https://contributte.org/packages/contributte/apitte/
MIT License
61 stars 37 forks source link

#155 - fix json body decode #169

Closed miranovy closed 2 years ago

miranovy commented 2 years ago

Apitte return status code 400 when request body is not valid json.

Closes #155

f3l1x commented 2 years ago

Thank you