Application must not leak exception details when something goes wrong. Implement exception middleware, where all exceptions are logged (define a log format) but a general "*Server error :(*" is returned in the response
Application must not leak exception details when something goes wrong.
Implement exception middleware, where all exceptions are logged (define a log format) but a general "Server error :(" is returned in the response