Problem:
We have outdated resources in the project that can confuse user. It would be better to response with InternalServerError status from the catch blocks of the api-controller.
Solution:
Outdated resources were removed.
OK status was replaced by InternalServerError in the catch blocks of the api-controller.
Tests:
Build&run the project, check that it works as expected.
Problem: We have outdated resources in the project that can confuse user. 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.