Skip to content

Commit

Permalink
#9 fix: 게시물 전체조회 GetAllBoardsReq에 불필요한 boardId 필드값 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaktmchl committed Oct 12, 2022
1 parent cab378c commit 62aaa03
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
@NoArgsConstructor
public class GetAllBoardsReq {

@ApiModelProperty(example = "1")
@ApiParam(value = "Board ID", required = true)
private Long boardId;

@ApiModelProperty(example = "1")
@ApiParam(value = "유저 ID", required = true)
private Long userId;
Expand Down

0 comments on commit 62aaa03

Please sign in to comment.