Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ private RelatedEntitiesResult getRelatedEntities(
count);
}

@GetMapping(value = "/", produces = MediaType.APPLICATION_JSON_VALUE)
@GetMapping(
value = {"", "/"},
produces = MediaType.APPLICATION_JSON_VALUE)
@Operation(
responses = {
@ApiResponse(
Expand Down
Loading