curveball / core

The Curveball framework is a TypeScript framework for node.js with support for modern HTTP features.
https://curveballjs.org/
MIT License
526 stars 7 forks source link

Use text/plain mimetype for errors that fall through #132

Closed evert closed 4 years ago

evert commented 4 years ago

These errors only pop-up if there's no error-handling middleware defined. Right now the default content-type is application/json, so this will be a bit nicer.