balena-io / pinejs

Generate rest APIs from natural language models
Apache License 2.0
62 stars 10 forks source link

Convert unknown errors to 500 errors rather than 404 for clarity #782

Closed Page- closed 1 month ago

Page- commented 1 month ago

500 internal request error is far more accurate to the reality than a 404 not found, and removing the error message also adds safety to these unexpected errors

Change-type: patch