Skip to content

Commit e94dc96

Browse files
committed
hotfix: 내 서재 조회 API 스웨거 명세 수정
1 parent 0acc3fa commit e94dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/src/main/kotlin/org/yapp/apis/book/controller/BookControllerApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ interface BookControllerApi {
122122
ApiResponse(
123123
responseCode = "200",
124124
description = "서재 조회 성공",
125-
content = [Content(schema = Schema(implementation = UserBookResponse::class))]
125+
content = [Content(schema = Schema(implementation = UserBookPageResponse::class))]
126126
),
127127
ApiResponse(
128128
responseCode = "400",

0 commit comments

Comments
 (0)