Skip to content

Commit 197f99d

Browse files
fix issue sonarcloud
1 parent 203275b commit 197f99d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Controllers/ActivityAreaController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public IActionResult GetAllActivityAreas([FromQuery] string? search)
4040
/// <param name="id">The activity Area Id</param>
4141
/// <returns>data of the activityArea</returns>
4242
[HttpGet("{id}")]
43+
[ProducesResponseType<Response<ActivityAreaResponseDTO>>(StatusCodes.Status200OK)]
4344
public IActionResult GetOneActivityArea(Guid id)
4445
{
4546
var activityArea = activityAreaService.GetActivityArea(id);

0 commit comments

Comments
 (0)