Closed kegor closed 4 years ago
Problem: It would be better to response with InternalServerError status from the catch blocks of the api-controller.
InternalServerError
Solution: OK status was replaced by InternalServerError in the catch blocks of the api-controller.
OK
Tests: Build&run the project, check that it works as expected.
Problem: It would be better to response with
InternalServerError
status from the catch blocks of the api-controller.Solution:
OK
status was replaced byInternalServerError
in the catch blocks of the api-controller.Tests: Build&run the project, check that it works as expected.