Skip to content

Commit e77be09

Browse files
authored
docs: 스웨거 상의 데이터 표기 오류 해결 (#443)
1 parent 180f8e4 commit e77be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer-api/src/main/java/org/layer/domain/actionItem/controller/ActionItemApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ResponseEntity<ActionItemCreateResponse> createActionItem(@MemberId Long memberI
3838
content = {
3939
@Content(
4040
mediaType = "application/json",
41-
schema = @Schema(implementation = MemberActionItemResponse.class)
41+
schema = @Schema(implementation = MemberActionItemGetResponse.class)
4242
)
4343
}
4444
)

0 commit comments

Comments
 (0)