Trails-Through-Shadows / TTS-API

A communication interface between database and applications, including validation and game logic.
https://api.tts-game.fun/swagger-ui/index.html
0 stars 0 forks source link

[FEATURE] Story #45

Closed Kkobarii closed 4 months ago

Kkobarii commented 4 months ago

Add story to CampaignLocation, it would be great if i could get LIst in from Location using idCampaign as a parameter.

rcMarty commented 4 months ago

implemented but as it uses CampaignRepository bcs custom SQL you must use LocationController for getting this location mapped with Stories

Or you can use location.findStories(CampaignRepo r) and you should have Autowired that repo