Jerkinator / secondRoll

0 stars 0 forks source link

Update error messages in GameAd CRUD #98

Closed TeisLoyche closed 5 months ago

TeisLoyche commented 5 months ago

Some of the methods return an error message when needed, but not in postman.

For example: When searching for all games belonging to a user, and you input a invalid user ID, the error message displays in the IntelliJ terminal, but not in postman.

Looking for a fix to update error messages in postman.