Jerkinator / secondRoll

0 stars 0 forks source link

71 get game ads based on seller #86

Closed TeisLoyche closed 6 months ago

TeisLoyche commented 6 months ago

Finished method for finding all games related to a user.

Try it out in postman: Enter the path: http://localhost:8080/api/gameAds/search/userId Enter "userId" as the key, and enter a userId, belonging to a user who has a game, as the value.

Like this: image

This should return all games belonging to the given user. P.S - I also changed GameDTO to WishlistDTO like we talked about in our group meeting.

If it looks good and works, we can merge!