FAForever / faf-java-api

The FAForever REST api
https://api.faforever.com
MIT License
30 stars 30 forks source link

Closes #818 Send 404 instead of 500 for NoResourceFoundException #821

Closed Ivan-Shaml closed 9 months ago

Ivan-Shaml commented 9 months ago

Closes #818 - Send 404 instead of 500 for NoResourceFoundException

Added the exceptions to the GlobalControllerExceptionHandler -> 404 is returned.

bukajsytlos commented 9 months ago

Could you please add tests?

Ivan-Shaml commented 9 months ago

Could you please add tests?

Added unit tests, fixed my mistake, overlooked the PR first time.