Skip to content

Commit

Permalink
Fix swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Dec 12, 2024
1 parent 3bddcbb commit 4736b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gameboard.Api/Features/Feedback/FeedbackController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public async Task<FeedbackReportDetails[]> List([FromQuery] FeedbackSearchParams
/// </summary>
/// <param name="model"></param>
/// <returns></returns>
[HttpGet]
public async Task<Feedback> Retrieve([FromQuery] FeedbackSearchParams model)
{
await Authorize(FeedbackService.UserIsEnrolled(model.GameId, Actor.Id));
Expand Down

0 comments on commit 4736b41

Please sign in to comment.