Skip to content

Commit

Permalink
#65 fix: 보드 멤버 입장 승인API-요청 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaktmchl committed Jan 26, 2023
1 parent a0ea33b commit 397a907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ApplicationResponse<BoardUserRes> joinBoardUser(@RequestBody @Validated C
@ApiResponse(code= 404, message = "존재하지 않는 Board아이디입니다."),
@ApiResponse(code = 4000 , message = "서버 오류입니다.")
})
@PostMapping
@PatchMapping("/applystatus")
public ApplicationResponse<BoardUserRes> approveBoardUser(@RequestBody @Validated CreateBoardUserReq dto){
return boardUserService.approveBoardUser(dto);
}
Expand Down

0 comments on commit 397a907

Please sign in to comment.