3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link

Bug: Exception does not return 500 error response. #66

Closed PlesnikJakub closed 2 years ago

PlesnikJakub commented 2 years ago

Description

When an API code throws an Exception, the server response does not return an error response.

Expected behavior

The server should return 500 if an exception is thrown.

Note

the issue may be probably in the logging project