StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
2 stars 0 forks source link

Enable Error on Missing Handler #72

Closed StruckCroissant closed 6 months ago

StruckCroissant commented 6 months ago

Describe the bug The whitelabel error page is still appearing and a lack of route handler does not throw a problem as it should

To Reproduce Steps to reproduce the behavior:

  1. Make a request to a nonexistent /api/v1 route

Expected behavior The Tomcat whitelabel error page should not appear

Screenshots image